install test requirements on circle

This commit is contained in:
Gil Forsyth 2016-10-07 11:12:25 -04:00
parent 0b708b1806
commit 469169f266

View file

@ -14,6 +14,7 @@ dependencies:
- rm -rf ~/.pyenv - rm -rf ~/.pyenv
- rm -rf ~/virtualenvs - rm -rf ~/virtualenvs
post: post:
- case $CIRCLE_NODE_INDEX in 0) pip install -r requirements-tests.txt ;; esac:
- case $CIRCLE_NODE_INDEX in 0) python setup.py install ;; 1) python setup.py install ;; esac: - case $CIRCLE_NODE_INDEX in 0) python setup.py install ;; 1) python setup.py install ;; esac:
parallel: true parallel: true