9b324a1d8c7ac1ad4687041f9ac88d22dc289afe
[transportpce.git] / tests / tox.ini
1 [tox]
2 envlist = py27
3
4 [testenv]
5 usedevelop = True
6 basepython = python2.7
7 deps =
8   -r{toxinidir}/requirements.txt
9   -r{toxinidir}/test-requirements.txt
10 whitelist_externals = bash
11 commands =
12   {p27,portmapping,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
13   {py27,portmapping}: ./build.sh
14   {p27,servicehandler}: ./SH_func_tests.sh
15   py27: nosetests --with-xunit transportpce_tests/
16   portmapping: nosetests --with-xunit transportpce_tests/test_portmapping.py
17   servicehandler: nosetests --with-xunit transportpce_tests/test_servicehandler.py
18   pce: nosetests --with-xunit transportpce_tests/test_pce.py