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.

This commit is contained in:
Jason R. Coombs 2018-01-17 09:55:12 -05:00
parent 6365965369
commit 99d850f0ed

View File

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