Merge pull request #4823 from nicoddemus/unittest2env

Add unittest2 testing to trial environment
This commit is contained in:
Anthony Sottile 2019-02-24 10:33:26 -08:00 committed by GitHub
commit f494eefcae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ commands =
deps =
{[testenv]deps}
twisted
unittest2
commands =
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_unittest.py}