optimize size and time using "--no-cache-dir"
[integration.git] / test / vcpe / tox.ini
index 25785a6..8da9312 100644 (file)
@@ -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