Skip to content

Commit babf9d2

Browse files
committed
Update Travis settings
1 parent 1aef9ef commit babf9d2

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,27 @@ python:
44
- 2.7
55
- 3.3
66
- 3.4
7+
- 3.5
8+
- 3.6
9+
- 3.6-dev
10+
11+
sudo: true
712

813
notifications:
914
email: false
1015

16+
cache: pip
17+
1118
# Install stuff
1219
before_install:
1320
- travis/install_sge.sh
1421
- export SGE_ROOT=/var/lib/gridengine
1522
- export SGE_CELL=default
1623
- export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0
24+
- pip install --upgrade pip
1725
install:
18-
- pip install python-coveralls --use-mirrors
19-
- pip install nose-cov --use-mirrors
26+
- pip install python-coveralls
27+
- pip install nose-cov
2028
- python setup.py install
2129

2230
# Run test

0 commit comments

Comments
 (0)