From 63977bcf5829605b4002990cc015be1c456dd529 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 4 May 2019 02:02:00 -0500 Subject: [PATCH] Improve tox configuration deps order --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1eb1481..07f0686 100644 --- 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 -- 2.25.1