blob: bd833265c6a24601f9f2ea4d956b2c8b35940438 [file] [log] [blame]
# 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"
# and then run "tox" from this directory.
[tox]
envlist = py36, py37, py38
[testenv]
deps =
py{3,36,37,38}: -rrequirements-dev.txt
commands =
./runtests.py