blob: 25785a67b5c29a93be30bc5b5baad12b7b41286d [file] [log] [blame]
Bartek Grzybowski24566f92020-02-04 15:04:25 +01001# 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]
7envlist = pytest
8
9[testenv]
10deps = pytest
11
12[testenv:pytest]
13basepython = python2
14commands =
15 pytest