From 36c7fef134c4b3813a0c0fd5966fdfa40fc0a3d6 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 4 Jun 2016 12:27:46 +0200 Subject: add missing pathod files to travis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 08542426..b01de128 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = -rrequirements.txt commands = py.test -n 8 --timeout 60 ./test [testenv:py35] -commands = py.test -n 8 --timeout 60 ./test/netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py +commands = py.test -n 8 --timeout 60 test/netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_writer.py [testenv:lint] deps = flake8 -- cgit v1.2.3