mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update travis.yml
for new req file path
This commit is contained in:
parent
88d239d976
commit
f5f3893211
1 changed files with 2 additions and 2 deletions
|
@ -49,10 +49,10 @@ before_install:
|
|||
|
||||
install:
|
||||
- if [[ $BUILD_DOCS = true ]]; then
|
||||
pip install --upgrade -r requirements-docs.txt;
|
||||
pip install --upgrade -r requirements/docs.txt;
|
||||
python setup.py install;
|
||||
else
|
||||
pip install --upgrade -r requirements-tests.txt;
|
||||
pip install --upgrade -r requirements/tests.txt;
|
||||
python setup.py install;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue