Skip to content

Commit 820e88a

Browse files
committed
Try and fix travis-ci build.
1 parent de5e955 commit 820e88a

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
@@ -7,7 +7,7 @@ python:
77
- 3.5
88
- pypy
99
install:
10-
- pip install pytest-cov coveralls flake8 import-order gevent>=1.1b5
10+
- pip install pytest-cov coveralls flake8 import-order gevent==1.1b5
1111
- pip install pytest>=2.7.3 --upgrade
1212
- pip install -e .
1313
script:

0 commit comments

Comments
 (0)