workaround rnd_requirements.txt

This commit is contained in:
chfw 2016-05-03 23:34:35 +01:00
parent 7eb1301599
commit 1f9ef757db
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ python:
before_install:
- pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip
- pip install https://github.com/pyexcel/pyexcel/archive/master.zip
- pip install -r rnd_requirements.txt
- if [[ -f rnd_requirements.txt ]]; then pip install -r rnd_requirements.txt; fi
- pip install -r tests/requirements.txt
script:
make test