[tox] envlist = py27 [testenv] usedevelop = True basepython = python2.7 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = bash commands = {p27,portmapping,topology,pce}: bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)" {py27,portmapping}: ./build.sh {topology,topoPortMapping}: ./buildTesttool.sh {p27,servicehandler}: ./SH_func_tests.sh py27: nosetests --with-xunit transportpce_tests/ portmapping: nosetests --with-xunit transportpce_tests/test_portmapping.py topoPortMapping: nosetests --with-xunit transportpce_tests/test_topoPortMapping.py topology: nosetests --with-xunit transportpce_tests/test_topology.py pce: nosetests --with-xunit transportpce_tests/test_pce.py servicehandler: nosetests --with-xunit transportpce_tests/test_servicehandler.py