summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2016-02-27 17:57:34 +0100
committerArnold Krille <arnold@arnoldarts.de>2016-06-15 21:35:02 +0200
commit8e99706b16041c8805c70f7e3b67604447d2770e (patch)
tree0abbbc9d0c120d1f5289dae83aa95293d4a11008 /tox.ini
parentdf22f127eb2377f1e51d1dc5837479e1faf4539e (diff)
downloadrq-8e99706b16041c8805c70f7e3b67604447d2770e.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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