diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1fd73aa5..a8494c03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ cache: pip install: # need tox to get started -- pip install tox +- pip install tox tox-venv # Output the env, to verify behavior - env diff --git a/appveyor.yml b/appveyor.yml index 8ecee10b..7d6df768 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ build: off test_script: - "python bootstrap.py" - - "python -m pip install tox" + - "python -m pip install tox tox-venv" - "tox" version: '{build}' |