forked from CenterForOpenScience/waterbutler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (29 loc) · 768 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
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:
- WATERBUTLER_CONFIG=./travis-config.json
script:
- invoke test
before_cache:
# force reinstall for reqs pulled from github repos
- rm -f $HOME/wheelhouse/boto-*.whl
- rm -f $HOME/wheelhouse/aiohttpretty-*.whl
notifications:
flowdock: 9f8a6baf3feafdb62e515718698d06d0
after_success:
coveralls