forked from CenterForOpenScience/modular-file-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (30 loc) · 791 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: python
python:
- "3.5"
- "3.6"
sudo: false
cache:
directories:
- $HOME/wheelhouse
before_install:
- export WHEELHOUSE=$HOME/wheelhouse
install:
- travis_retry pip install --upgrade pip
- travis_retry pip install setuptools==30.4.0
- travis_retry pip install wheel==0.26.0
- travis_retry pip install invoke==0.13.0
- travis_retry invoke wheelhouse --develop
- travis_retry invoke install --develop
env:
- MFR_CONFIG=./travis-config.json
script:
- invoke test
before_cache:
# force reinstall for reqs pulled from github repos
- rm -f $HOME/wheelhouse/xlrd-*.whl
- rm -f $HOME/wheelhouse/waterbutler-*.whl
- rm -f $HOME/wheelhouse/aiohttpretty-*.whl
notifications:
flowdock: 0221882cdda034c0e9ac2a0e766053dd
after_success:
coveralls