get travis running

This commit is contained in:
Henning Peters 2015-12-14 07:35:26 +01:00
parent 15e751daa6
commit 9135f61172

View File

@ -19,7 +19,7 @@ env:
install: install:
- pip install -U pip - pip install -U pip
- pip uninstall -y setuptools - 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
- pip install dist/* - pip install dist/*