Changed how travis install requirements

This commit is contained in:
Ludvig Wadenstein 2013-05-19 12:40:26 +02:00
parent f411b63fd4
commit 53e359f5bd

View file

@ -5,6 +5,6 @@ before_install:
- export PIP_USE_MIRRORS=true
- export PIP_INDEX_URL=https://simple.crate.io/
install:
- python setup.py develop
- pip install -r requirements.txt
script:
- python runtests.py