From 8e99706b16041c8805c70f7e3b67604447d2770e Mon Sep 17 00:00:00 2001 From: Arnold Krille Date: Sat, 27 Feb 2016 17:57:34 +0100 Subject: run python 3.5 on travis, adopt timeouts Also - Report the five slowest tests to watch for risk of timeout - Double timeouts. Maybe that helps pypy on travis to finish successfully. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 28b6aef..93a76b9 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist=py26,py27,py33,py34,py35,pypy,flake8 [testenv] -commands=py.test --cov rq {posargs} +commands=py.test --cov rq --durations=5 {posargs} deps= pytest pytest-cov -- cgit v1.2.1