We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aef9ef commit babf9d2Copy full SHA for babf9d2
1 file changed
.travis.yml
@@ -4,19 +4,27 @@ python:
4
- 2.7
5
- 3.3
6
- 3.4
7
+ - 3.5
8
+ - 3.6
9
+ - 3.6-dev
10
+
11
+sudo: true
12
13
notifications:
14
email: false
15
16
+cache: pip
17
18
# Install stuff
19
before_install:
20
- travis/install_sge.sh
21
- export SGE_ROOT=/var/lib/gridengine
22
- export SGE_CELL=default
23
- export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0
24
+ - pip install --upgrade pip
25
install:
- - pip install python-coveralls --use-mirrors
- - pip install nose-cov --use-mirrors
26
+ - pip install python-coveralls
27
+ - pip install nose-cov
28
- python setup.py install
29
30
# Run test
0 commit comments