aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/vcpe/tox.ini')
-rw-r--r--test/vcpe/tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vcpe/tox.ini b/test/vcpe/tox.ini
index 25785a67b..8da9312f8 100644
--- a/test/vcpe/tox.ini
+++ b/test/vcpe/tox.ini
@@ -1,6 +1,6 @@
# tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
-# test suite on all supported python versions. To use it, "pip install tox"
+# test suite on all supported python versions. To use it, "pip install --no-cache-dir tox"
# and then run "tox" from this directory.
[tox]
@@ -10,6 +10,6 @@ envlist = pytest
deps = pytest
[testenv:pytest]
-basepython = python2
+basepython = python3
commands =
pytest