summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-02-24 13:21:00 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2019-02-24 13:21:00 -0300
commit2e89812fad8c30279a3fbaaf16ed580a864e6112 (patch)
treed46da988a6c815b2c62d1f7e01b8e3005060a3a1 /tox.ini
parenta0f5c4c8f5ee7ed63fa000c913dde94713f3af6b (diff)
downloadpytest-2e89812fad8c30279a3fbaaf16ed580a864e6112.tar.gz
Add unittest2 testing to trial environment
Just noticed that `test_usefixtures_marker_on_unittest` is parametrized for unittest2, but no environment ever installed that library.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 59879ead3..87a56f842 100644
--- a/tox.ini
+++ b/tox.ini
@@ -83,6 +83,7 @@ commands =
deps =
{[testenv]deps}
twisted
+ unittest2
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_unittest.py}