Skip to content

Commit

Permalink
Fix Python 3.5 Travis CI
Browse files Browse the repository at this point in the history
Without explicit version requirements pip on Python 3.5 will try to
install incompatible versions of pytest and pytest-cov.
  • Loading branch information
Matoking committed Sep 18, 2020
1 parent c77eed7 commit 35ecd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest>=3.6
pytest-cov
pytest>=6.0
pytest-cov>=2.10
setuptools-scm

0 comments on commit 35ecd71

Please sign in to comment.