Skip to content

Commit 7d9d5a2

Browse files
committed
Need newer version of setuptools for Python 3.7
ref: https://travis-ci.org/pygridtools/drmaa-python/jobs/409174795 xref: pypa/setuptools#1257
1 parent 8e4bd6a commit 7d9d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)