get travis running

This commit is contained in:
Henning Peters 2015-12-14 23:22:48 +01:00
parent 8bc9e3a3e0
commit b40a984d78
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ env:
- PIP_DATE=2015-10-01 - PIP_DATE=2015-10-01
install: install:
- pip install -U pip
- python pip-date.py $PIP_DATE pip setuptools wheel six - python pip-date.py $PIP_DATE pip setuptools wheel six
- pip list
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py sdist - python setup.py sdist
- pip install dist/* - pip install dist/*

View File

@ -49,7 +49,7 @@ options.force_reinstall = True
options.ignore_installed = True options.ignore_installed = True
try: try:
pip.run(options, args) print(pip.run(options, args))
except OSError as e: except OSError as e:
if e.errno != 13: if e.errno != 13:
raise e raise e