get travis running

This commit is contained in:
Henning Peters 2015-12-14 07:35:26 +01:00
parent 15e751daa6
commit 9135f61172
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ env:
install:
- pip install -U pip
- pip uninstall -y setuptools
- pip install setuptools<$SETUPTOOLS
- pip install "setuptools<$SETUPTOOLS"
- pip install -r requirements.txt
- python setup.py sdist
- pip install dist/*