mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
install test requirements on circle
This commit is contained in:
parent
0b708b1806
commit
469169f266
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue