Order tests alphabetically in tox configuration
authorHarmon <Harmon758@gmail.com>
Mon, 22 Jul 2019 05:20:57 +0000 (00:20 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Jul 2019 05:20:57 +0000 (00:20 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index 2a743bb8e76b55690f9d194bdad9699148448d57..26a0e8c390cfa4bc0e14d8ae49001e514f628ad1 100644 (file)
--- 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_resultset tests.test_utils
+commands = nosetests -v tests.test_api tests.test_cursors tests.test_resultset tests.test_utils
 deps =
     {[base]deps}
 setenv =