From 4a146a5f77a8b78d38696169ae03758a1cf57418 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Sun, 18 Nov 2018 20:53:49 -0800 Subject: [PATCH] Remove unittest-based tests from Travis and Tox. --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 3353de82..5f3557f3 100644 --- a/tox.ini +++ b/tox.ini @@ -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}