From cd6568c509bf59497834b9a314301efad92ee780 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 08:50:54 -0500 Subject: [PATCH] Simplify tox configuration file --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 3790388..fbf427f 100644 --- a/tox.ini +++ b/tox.ini @@ -6,15 +6,11 @@ [tox] envlist = py27, py35, py36, py37 -[base] +[testenv] +commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils deps = mock >= 1.0.1 nose >= 1.3.3 vcrpy >= 1.10.3 - -[testenv] -commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils -deps = - {[base]deps} setenv = USE_REPLAY = 1 -- 2.25.1