Skip to content

Commit

Permalink
Update some dev versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Aug 6, 2020
1 parent 57cab06 commit 2ee2235
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
--requirement requirements.txt

# Testing
pytest==4.6.9
pytest==4.6.9 ; python_version < '3.0'
pytest==5.3.5 ; python_version >= '3.0'
pytest-cov==2.8.1
coveralls==1.10.0
coveralls==1.11.1

# Documentation
Sphinx==1.8.5 ; python_version < '3.5'
Expand Down

0 comments on commit 2ee2235

Please sign in to comment.