From 54a8c43740fa436fe0163ea0ae4987bbb4a46cc5 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Mon, 14 Dec 2015 07:28:07 +0100 Subject: [PATCH] get travis running --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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/*