summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-02-09 09:30:36 +0000
committerGitHub <noreply@github.com>2021-02-09 09:30:36 +0000
commit36cdadba810c20c0b7af89029d7c1f0fa25cc12d (patch)
treefb1c1f64e0b135b0afccd6e4980f44a801e05273 /tox.ini
parent726271deba8242e76ee4dcacc6cc12190696bf25 (diff)
downloadtox-git-36cdadba810c20c0b7af89029d7c1f0fa25cc12d.tar.gz
Support running python 2 targets (#1900)
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 7fcb4fce..9f7fedd6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@ commands =
--cov-report html:{envtmpdir}{/}htmlcov \
--cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \
-n={env:PYTEST_XDIST_PROC_NR:auto} \
- tests --timeout 20 --durations 5 --run-integration}
+ tests --timeout 25 --durations 5 --run-integration}
[testenv:fix]
description = format the code base to adhere to our styles, and complain about what we cannot do automatically