| # Tox (http://tox.testrun.org/) is a tool for running tests |
| # in multiple virtualenvs. This configuration file will run the |
| # test suite on all supported python versions. To use it, "pip install tox" |
| # and then run "tox" from this directory. |
| envlist = py35,py34,py27,pypy,pep8 |
| install_command = pip install --allow-external -U {opts} {packages} |
| -r{toxinidir}/tcp_tests/requirements.txt |
| commands = py.test -s -vvv tcp_tests/tests/unit |
| exclude = .venv,.git,.tox,.chache,.lib,dist,doc,*egg,build,local* |
| exclude = .venv,.git,.tox,dist,doc,*egg,build,local,./lib |