Skip to content

Commit

Permalink
Pin pytest to 4.6.* for AppVeyor support on Python 2.7 and 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jul 2, 2019
1 parent c7f826a commit 845ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip_missing_interpreters=True
deps=
django==1.11.*
mock
pytest
pytest==4.6.*
pytest-django
pytest-xdist
commands=python -m pytest
Expand Down

0 comments on commit 845ae3e

Please sign in to comment.