Fix PyPI badge
[bluepill.git] / tox.ini
bloba797452342e779e518be7411c6017893633dfe8f
1 [tox]
2 envlist = py27, py34, py35, flake8, packaging
4 [testenv]
5 deps = .[test]
6 commands = py.test -vs
8 [testenv:flake8]
9 deps = flake8
10 commands = flake8 bluepill tests setup.py
12 [testenv:packaging]
13 deps = check-manifest
14 commands = check-manifest