travis: use requirements file

This commit is contained in:
Thomas Waldmann 2015-08-21 01:10:34 +02:00
parent fdc18eb0a0
commit 034e3477bd
1 changed files with 2 additions and 1 deletions

View File

@ -43,5 +43,6 @@ fi
python -m virtualenv ~/.venv python -m virtualenv ~/.venv
source ~/.venv/bin/activate source ~/.venv/bin/activate
pip install tox pytest pytest-cov codecov Cython pip install -r requirements.d/development.txt
pip install codecov
pip install -e . pip install -e .