Bump to yangtools-2.0.0 and odlparent-3.0.2
[transportpce.git] / tests / tox.ini
index 9d2e4d0a06fff841fa0b8634744a132129e36c9f..702fe936092559d66931637e6008f31ea28ba470 100644 (file)
@@ -6,4 +6,8 @@ usedevelop = True
 deps =
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
-commands = nosetests --with-xunit transportpce_tests
+whitelist_externals = bash
+commands =
+  bash -c "(cd .. && mvn clean install -DskipTests -Dmaven.javadoc.skip=true)"
+  ./build.sh
+  nosetests --with-xunit transportpce_tests