Improve tox configuration deps order
authorHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 07:02:00 +0000 (02:02 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 4 May 2019 07:02:00 +0000 (02:02 -0500)
tox.ini

diff --git a/tox.ini b/tox.ini
index 1eb1481803b03383030d41fef380deabe40ec4ab..07f06864720b83f312bb4518201674a5177f8bb2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,9 +8,9 @@ envlist = py27, py34, py35, py36
 
 [base]
 deps =
+    mock==1.0.1
     nose==1.3.3
     vcrpy==1.0.2
-    mock==1.0.1
 
 [testenv]
 commands = nosetests -v tests.test_cursors tests.test_api tests.test_utils