summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini21
1 files changed, 2 insertions, 19 deletions
diff --git a/tox.ini b/tox.ini
index 633d7e5..18af92a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,28 +1,11 @@
[tox]
-envlist = py26, py27, py33, py34, py35, pypy, cover, cover3
+envlist = py26, py27, py33, py34, py35, pypy
[testenv]
deps =
# Paste works on Python 3 since Paste 2.0
Paste
pytest
-commands =
- py.test {posargs}
-
-[testenv:cover]
-basepython = python2.7
-usedevelop = True
-deps =
- {[testenv]deps}
pytest-cov
commands =
- py.test --cov=paste/deploy --cov-report=xml --cov-report=html --cov-report=term-missing {posargs}
-
-[testenv:cover3]
-basepython = python3.5
-usedevelop = True
-deps =
- {[testenv]deps}
- pytest-cov
-commands =
- py.test --cov=paste/deploy --cov-report=xml --cov-report=html --cov-report=term-missing {posargs}
+ py.test {posargs}