diff --git a/.travis.yml b/.travis.yml index d5a067d12..9d7140d15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,14 @@ python: os: - linux +env: + - SETUPTOOLS=19 + - SETUPTOOLS=18 + - SETUPTOOLS=17 + install: + - pip uninstall setuptools + - pip install setuptools<$SETUPTOOLS - pip install -r requirements.txt - python setup.py sdist - pip install dist/*