Skip to content

Commit ec4b164

Browse files
committed
Fixed pytest
1 parent b18b728 commit ec4b164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
install:
2323
- |
2424
if [ "$TEST_TYPE" = build ]; then
25-
pip install pytest pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
25+
pip install pytest==3.0.2 pytest-cov pytest-benchmark coveralls six pytest-django mock django-filter
2626
pip install -e .
2727
python setup.py develop
2828
elif [ "$TEST_TYPE" = lint ]; then

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
tests_require=[
4343
'django-filter>=0.10.0',
44-
'pytest>=3.0',
44+
'pytest',
4545
'pytest-django',
4646
'mock',
4747
# Required for Django postgres fields testing

0 commit comments

Comments
 (0)