8da9312f83e8af353ad42828d529c9325846376c
[integration.git] / test / vcpe / tox.ini
1 # tox (https://tox.readthedocs.io/) is a tool for running tests
2 # in multiple virtualenvs. This configuration file will run the
3 # test suite on all supported python versions. To use it, "pip install --no-cache-dir tox"
4 # and then run "tox" from this directory.
5
6 [tox]
7 envlist = pytest
8
9 [testenv]
10 deps = pytest
11
12 [testenv:pytest]
13 basepython = python3
14 commands =
15     pytest