third_party:build: Test for the flags, recognized by Clang.
[samba.git] / third_party / pep8 / tox.ini
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.
5
6 [tox]
7 envlist = py26, py27, py32, py33, py34, pypy, jython
8
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