From b2e95a5243d283348e53e53da4b132e863564134 Mon Sep 17 00:00:00 2001 From: Carlos Coelho Date: Fri, 17 Nov 2017 10:38:57 -0300 Subject: [PATCH] Make each tox env use updated setuptools Signed-off-by: Carlos Coelho --- .travis.yml | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac3efcf..918183f 100644 --- a/.travis.yml +++ b/.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: diff --git a/tox.ini b/tox.ini index 86a2d04..084cd63 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ deps = mock requests responses + setuptools==36.7.2 commands = python setup.py test [testenv:coverage]