parallelize runs

This commit is contained in:
Gil Forsyth 2016-08-24 14:21:37 -04:00
parent 34fe72cec3
commit fbe773ff3d

View file

@ -14,8 +14,10 @@ dependencies:
- rm -rf ~/.pyenv
- rm -rf ~/virtualenvs
post:
- python setup.py install
- case $CIRCLE_NODE_INDEX in 0) python setup.py install ;; 1) python setup.py install ;; esac:
parallel: true
test:
override:
- py.test --timeout=10
- case $CIRCLE_NODE_INDEX in 0) py.test --timeout=10 ;; 1) py.test --timeout=10 ;; esac:
parallel: true