Use tox-venv for future compatibility.

master
Jason R. Coombs 6 years ago
parent bbc018de3c
commit b9aba822c7
  1. 2
      .travis.yml
  2. 2
      appveyor.yml

@ -29,6 +29,6 @@ jobs:
cache: pip
install:
- pip install tox
- pip install tox tox-venv
script: tox

@ -15,7 +15,7 @@ install:
build: off
test_script:
- "python -m pip install tox"
- "python -m pip install tox tox-venv"
- "tox"
version: '{build}'

Loading…
Cancel
Save