Skip to content
Snippets Groups Projects
Commit 92cad7f8 authored by Mark Goddard's avatar Mark Goddard
Browse files

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

parent 72818470
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,8 @@ env: ...@@ -26,11 +26,8 @@ env:
- TOX_ENV=ansible-syntax - TOX_ENV=ansible-syntax
install: install:
# Install a virtualenv for tox. - pip install tox
- virtualenv venv
- venv/bin/pip install -U pip
- venv/bin/pip install tox
script: script:
# Run the tox environment. # Run the tox environment.
- venv/bin/tox -e ${TOX_ENV} - tox -e ${TOX_ENV}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment