Bartek Grzybowski | 24566f9 | 2020-02-04 15:04:25 +0100 | [diff] [blame] | 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 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 = python2 | ||||
14 | commands = | ||||
15 | pytest |