diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:07:03 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:07:39 -0500 |
commit | 08d2742e8eb34788c6e01a5dac829ec742b49b60 (patch) | |
tree | fb967118f448587b31abf73dcdea9c242268cda6 | |
parent | 038baa16016503708cf3bddcaf2f9b8d541c17bc (diff) | |
download | python-setuptools-git-feature/tox-venv.tar.gz |
Test under venv when available.feature/tox-venv
-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}' |