From 654bd419145f079386b47fe3ec59afdd68fc5080 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 1 Jun 2016 20:51:03 -0400 Subject: revert unintended change to tox.ini --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 18d059df..dafaaf6d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = py27,py3,flake8 -recreate = False -skip_install = True +recreate = True [testenv] commands = python -m nose {posargs:tests} -- cgit v1.2.3