Skip to content

Commit 3ad2d1e

Browse files
authored
Fixes to the Travis build. (#1111)
These fixes were originally implemented by user tbbharaj in #1108. Extracting them into their own PR since 1108 is still being worked and I'd very much like to benefit from this work across _all_ PRs against python-driver. Major thanks to tbbharaj for the original work here.
1 parent 15d715f commit 3ad2d1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addons:
2424
- libev-dev
2525

2626
install:
27+
- pip install --upgrade setuptools
2728
- pip install tox-travis
2829
- if [[ $TRAVIS_PYTHON_VERSION != pypy3.5 ]]; then pip install lz4; fi
2930

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ deps = nose
1212
pure-sasl
1313
kerberos
1414
futurist
15+
greenlet>=0.4.14,<0.4.17
1516
lz4_dependency = py27,py35,py36,py37,py38: lz4
1617

1718
[testenv]

0 commit comments

Comments
 (0)