mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
parallelize runs
This commit is contained in:
parent
34fe72cec3
commit
fbe773ff3d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue