summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 678eff65290f231f4909a4e28e81868f8bc4c90f (plain)
1
2
3
4
5
6
7
[tox]
envlist = py27,py34,py35,py36,py37,py38,py39,pypy

[testenv]
commands = make test
deps =
whitelist_externals = make