Skip to content

Commit

Permalink
Try pegging the version of setuptools used by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Feb 2, 2018
1 parent 804b78b commit 9d5d91c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,10 @@ python:
# but not block on it)
- '3.7-dev'
install:
# always install latest pip and setuptools versions on Travis
# testing on older versions can be done manually when necessary
- travis_retry pip install --upgrade pip
- travis_retry pip install --upgrade setuptools
- travis_retry pip install tox-travis
- travis_retry pip install coveralls
- travis_retry pip install coverage
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -4,7 +4,8 @@ envlist=py27,py33,py34,py35,py36,py37,pypy,jython,docs,pypy3
# Default settings for py27, py33, py34 and pypy
[testenv]
install_command=pip install . {packages}
depts=coverage
deps=-r{toxinidir}/requirements.txt
setuptools==38.2.3
setenv=PYTHONPATH={toxinidir}
commands=coverage erase
coverage run -m nose2.__main__ -v
Expand Down

0 comments on commit 9d5d91c

Please sign in to comment.