Skip to content

Commit

Permalink
Pin setuptools to < 29 because of AppVeyor failures
Browse files Browse the repository at this point in the history
Related to pypa/setuptools#861

Remove the pin when we have a new setuptools release
  • Loading branch information
nicoddemus committed Nov 26, 2016
1 parent 33796c8 commit 6120570
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6120570

Please sign in to comment.