To support namespace packages, Setuptools must be 31.0.1. This change is necessary with the adoption of tox-venv, which uses Python's venv, which does not install the latest setuptools by default.

master
Jason R. Coombs 6 years ago
parent 6365965369
commit 99d850f0ed
  1. 2
      tox.ini

@ -3,6 +3,8 @@ envlist = python
minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
commands =
py.test {posargs}
python setup.py checkdocs

Loading…
Cancel
Save