summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b7bcbdb6eb37040f1d8f34614e11e32d78db4491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py27,py35,py36,py37,pyflakes
skip_missing_interpreters = True

[testenv]
commands =
    python setup.py test
sitepackages = True

[testenv:pyflakes]
deps =
    pyflakes
commands =
    pyflakes pym
sitepackages = False