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 b18b728 commit ec4b164Copy full SHA for ec4b164
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
install:
23
- |
24
if [ "$TEST_TYPE" = build ]; then
25
- pip install pytest pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
+ pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
26
pip install -e .
27
python setup.py develop
28
elif [ "$TEST_TYPE" = lint ]; then
setup.py
@@ -41,7 +41,7 @@
41
],
42
tests_require=[
43
'django-filter>=0.10.0',
44
- 'pytest>=3.0',
+ 'pytest',
45
'pytest-django',
46
'mock',
47
# Required for Django postgres fields testing
0 commit comments