get travis running

This commit is contained in:
Henning Peters 2015-12-14 07:32:17 +01:00
parent 54a8c43740
commit 15e751daa6
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ env:
- SETUPTOOLS=17 - SETUPTOOLS=17
install: install:
- pip uninstall setuptools - pip install -U pip
- pip uninstall -y setuptools
- pip install setuptools<$SETUPTOOLS - pip install setuptools<$SETUPTOOLS
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py sdist - python setup.py sdist