| # 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 = pep8, py{27,35} |
| # requirement functools32 is not installed for py35 |
| install_command = pip install -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 |