From d98582664d8f234fe6a2c805f02d47686243379f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 31 May 2016 10:25:24 +1200 Subject: Make tox run all tests for 2.7 --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 38cf94a6..08542426 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,11 @@ envlist = py27, py35, lint [testenv] deps = -rrequirements.txt + +[testenv:py27] +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 [testenv:lint] -- cgit v1.2.3