Skip to content

Commit

Permalink
Pin setuptools in tox.ini
Browse files Browse the repository at this point in the history
Since setuptools>=36.2.1 environment markers (PEP496) has proper support.
  • Loading branch information
atugushev committed Aug 20, 2019
1 parent f487308 commit 6875c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ deps =
pip18.0: pip==18.0
pip19.0.3: pip==19.0.3
pip19.1: pip==19.1
setuptools>=36.2.1 # Needed for environment markers (PEP496) support.
mock
pytest
coverage: pytest-cov
Expand Down

0 comments on commit 6875c10

Please sign in to comment.