Pin setuptools to < 29 because of AppVeyor failures

Related to pypa/setuptools#861

Remove the pin when we have a new setuptools release
This commit is contained in:
Bruno Oliveira 2016-11-26 14:49:31 -02:00
parent 33796c8a13
commit 6120570198
1 changed files with 4 additions and 1 deletions

View File

@ -117,7 +117,10 @@ commands=
basepython = python
usedevelop=True
skipsdist=True
deps=PyYAML
deps=
PyYAML
# pinning setuptools because of AppVeyor failures, see pypa/setuptools#861
setuptools<29.0.0
commands=
pytest -rfsxX doc/en
pytest --doctest-modules {toxinidir}/_pytest