From 2b5b9e69cd58bd7bc8dbec05210c60531d51c875 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 11 Jul 2014 14:26:17 -0400 Subject: Remove envlist from tox.ini I prefer executing 'tox' and having local results for my default version of python. Specifying a particular python version is easy with the '-e' flag. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2084d61..aef1308 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,3 @@ -[tox] -envlist = py27,py32 - [testenv] deps=pytest commands=py.test -- cgit v1.2.3