No need for a virtualenv in TravisCI - already running in one

This commit is contained in:
Mark Goddard 2017-11-17 11:19:25 +00:00
parent 7281847095
commit 92cad7f8b3
1 changed files with 2 additions and 5 deletions

View File

@ -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}