Skip to content

Commit 3815e0f

Browse files
committed
fix travis builds on py3.4 (hopefully)
1 parent 45511f2 commit 3815e0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- env: STYLE=1
2626
python: 3.6
2727
services: docker
28-
install: pip install tox tox-docker
28+
install: pip install -c travis-constraints.txt tox tox-docker
2929
script:
3030
- if test -n "$PYMONGO"; then tox -e $(tox -l | grep "^$PYMONGO" | tr "\n" ","); fi
3131
- if test -n "$STYLE" ; then tox -e style; fi

travis-constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tox<3.1;python_version=="3.4"

0 commit comments

Comments
 (0)