Use tox-venv for future compatibility.
This commit is contained in:
parent
bbc018de3c
commit
b9aba822c7
|
@ -29,6 +29,6 @@ jobs:
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox tox-venv
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
|
@ -15,7 +15,7 @@ install:
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- "python -m pip install tox"
|
- "python -m pip install tox tox-venv"
|
||||||
- "tox"
|
- "tox"
|
||||||
|
|
||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user