Improve formatting of tox configuration file
authorHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 13:18:47 +0000 (08:18 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 16 Oct 2019 13:18:47 +0000 (08:18 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index 67a48664fd70e24c577331a331c4624766c08811..37903882d276fd959002c2126223b1a4085bf906 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,13 +8,13 @@ envlist = py27, py35, py36, py37
 
 [base]
 deps =
-    mock>=1.0.1
-    nose>=1.3.3
-    vcrpy>=1.10.3
+    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
+    USE_REPLAY = 1