Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit 731eaab

Browse files
author
MoiTux
committed
Fix travis build: test are not compatible with pytest-django > 3.0.0
1 parent 1a5ae48 commit 731eaab

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
@@ -5,7 +5,7 @@ install:
55
- pip install -e '.[test]'
66
- python setup.py develop
77
- pip install pytest
8-
- pip install pytest-django
8+
- pip install -U 'pytest-django<3.0.0'
99
- pip install pytest-coverage
1010
- pip install coveralls
1111
script:

0 commit comments

Comments
 (0)