summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
committerÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
commite1be97b3261661af865a0157f755fdc728b9f1f7 (patch)
tree6094838c31cf413554a02ea8f56d36c8f6f82f24 /tox.ini
parentce6685e1b4a6c240ce9382464b1e0055a33d2b4a (diff)
parent1722cbb7bf40ce9d3793faf38f63e9f00d577613 (diff)
downloadpyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.gz
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.bz2
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.zip
merge master
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 10 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 74f5cfbbd..91baa42db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,19 +2,23 @@
envlist =
lint,
py35,py36,py37,py38,pypy3,
- docs,py36-cover,coverage,
+ py38-cover,coverage,
+ docs
[testenv]
commands =
- cover: coverage run \
- {envbindir}/nosetests --with-xunit --xunit-file=nosetests-{envname}.xml {posargs:}
+ python --version
+ pytest {posargs:}
extras =
testing
-deps =
- cover: coverage
setenv =
COVERAGE_FILE=.coverage.{envname}
+[testenv:py38-cover]
+commands =
+ python --version
+ pytest --cov {posargs:}
+
[testenv:lint]
skip_install = true
commands =
@@ -54,6 +58,7 @@ deps =
coverage
setenv =
COVERAGE_FILE=.coverage
+depends = py38-cover
[testenv:format]
skip_install = true