Skip to content

Commit 3023bec

Browse files
authored
Merge pull request #65 from jakirkham/test_3.7_dev
Start testing against Python 3.7
2 parents 4422c3b + 7d9d5a2 commit 3023bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- 3.4
88
- 3.5
99
- 3.6
10-
- 3.6-dev
10+
- 3.7-dev
1111

1212
sudo: required
1313

@@ -30,7 +30,7 @@ before_install:
3030
- export SGE_ROOT=/var/lib/gridengine
3131
- export SGE_CELL=default
3232
- export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0
33-
- pip install --upgrade pip
33+
- pip install --upgrade pip setuptools
3434
install:
3535
- pip install python-coveralls
3636
- pip install nose-cov

0 commit comments

Comments
 (0)