Skip to content

Commit

Permalink
Merge pull request #2092 from nicoddemus/pin-setuptools
Browse files Browse the repository at this point in the history
Pin setuptools to < 29 because of AppVeyor failures
  • Loading branch information
nicoddemus authored Nov 26, 2016
2 parents 33796c8 + 6120570 commit fa4d5da
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 fa4d5da

Please sign in to comment.