No need for a virtualenv in TravisCI - already running in one
This commit is contained in:
parent
7281847095
commit
92cad7f8b3
@ -26,11 +26,8 @@ env:
|
||||
- TOX_ENV=ansible-syntax
|
||||
|
||||
install:
|
||||
# Install a virtualenv for tox.
|
||||
- virtualenv venv
|
||||
- venv/bin/pip install -U pip
|
||||
- venv/bin/pip install tox
|
||||
- pip install tox
|
||||
|
||||
script:
|
||||
# Run the tox environment.
|
||||
- venv/bin/tox -e ${TOX_ENV}
|
||||
- tox -e ${TOX_ENV}
|
||||
|
Loading…
Reference in New Issue
Block a user