Skip to content

Commit

Permalink
Make each tox env use updated setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coelho <carlos@vinta.com.br>
  • Loading branch information
chocoelho committed Nov 17, 2017
1 parent 6dcd42c commit b2e95a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: python
install:
- pip install -U setuptools
- pip install tox-travis
- pip install 'virtualenv<14.0.0'
script:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -14,6 +14,7 @@ deps =
mock
requests
responses
setuptools==36.7.2
commands = python setup.py test

[testenv:coverage]
Expand Down

0 comments on commit b2e95a5

Please sign in to comment.