Remove unittest-based tests from Travis and Tox.

This commit is contained in:
Pavel Minaev 2018-11-18 20:53:49 -08:00 committed by Pavel Minaev
parent bd2b4cd88e
commit 4a146a5f77

View file

@ -1,10 +1,9 @@
[tox]
envlist = py{27,34,35,36,37}-{pytest,unittest}
envlist = py{27,34,35,36,37}
[testenv]
deps = -rtest_requirements.txt
setenv =
COVERAGE_FILE = .coverage.{envname}
commands =
pytest: pytest {posargs:-vv}
unittest: unittest discover {posargs:-vv}
pytest {posargs:-vv}