We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1eaf2e commit 5cdc117Copy full SHA for 5cdc117
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
fi
23
install:
24
- pip install pytest-cov pytest-mock coveralls flake8 isort==3.9.6 gevent==1.1b5 six>=1.10.0 promise>=0.4.2 pytest-benchmark
25
-- pip install pytest --upgrade
+- pip install pytest==2.9.2
26
- pip install -e .
27
script:
28
- flake8
setup.py
@@ -48,7 +48,7 @@
48
'promise>=0.4.2'
49
],
50
tests_require=[
51
- 'pytest',
+ 'pytest==2.9.2',
52
'pytest-benchmark',
53
'pytest-cov',
54
'gevent==1.1rc1',
0 commit comments