pep8: Move to third_party/.
[Samba.git] / third_party / pep8 / tox.ini
blob50a0d007b75ef3d54eef99b4dc2d967cb4230129
1 # Tox (http://codespeak.net/~hpk/tox/) 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.
6 [tox]
7 envlist = py26, py27, py32, py33, py34, pypy, jython
9 [testenv]
10 commands =
11 {envpython} setup.py install
12 {envpython} pep8.py --testsuite testsuite
13 {envpython} pep8.py --statistics pep8.py
14 {envpython} pep8.py --doctest
15 {envpython} -m testsuite.test_all