Skip to content

Commit

Permalink
To support namespace packages, Setuptools must be 31.0.1. This change…
Browse files Browse the repository at this point in the history
… is necessary with the adoption of tox-venv, which uses Python's venv, which does not install the latest setuptools by default.
  • Loading branch information
jaraco committed Jan 17, 2018
1 parent 6365965 commit 99d850f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ envlist = python
minversion = 2.4

[testenv]
deps =
setuptools>=31.0.1
commands =
py.test {posargs}
python setup.py checkdocs
Expand Down

0 comments on commit 99d850f

Please sign in to comment.