From 20f9ce0692cb2436184cd79d56b629e35c30fbc2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 16 Oct 2019 08:18:47 -0500 Subject: [PATCH] Improve formatting of tox configuration file --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 67a4866..3790388 100644 --- 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 -- 2.25.1