From 324435498f90ed60f5a632b209b37cdbb1d14fa1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 22 Jul 2019 00:20:03 -0500 Subject: [PATCH] Include resultset tests in tox configuration --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 18a7a88..2a743bb 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = vcrpy==1.10.3 [testenv] -commands = nosetests -v tests.test_cursors tests.test_api tests.test_utils +commands = nosetests -v tests.test_cursors tests.test_api tests.test_resultset tests.test_utils deps = {[base]deps} setenv = -- 2.25.1