summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-01-29 09:06:00 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-01-29 09:06:00 -0500
commitb9aba822c7e154d1ad185585fe7642947b3c5265 (patch)
treed58d759d3d1a5e855de20b21bfd22bbdb461624f
parentbbc018de3cbee4bccdcbb58b637c0c659e6e37e1 (diff)
downloadpytest-runner-b9aba822c7e154d1ad185585fe7642947b3c5265.tar.gz
Use tox-venv for future compatibility.
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 61180db..85540ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,6 @@ jobs:
cache: pip
install:
-- pip install tox
+- pip install tox tox-venv
script: tox
diff --git a/appveyor.yml b/appveyor.yml
index 0a8ce5c..3d55a92 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ install:
build: off
test_script:
- - "python -m pip install tox"
+ - "python -m pip install tox tox-venv"
- "tox"
version: '{build}'