From 4a3fde37a3e4d2822407fcf5526ebf072041d2e0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Jul 2011 14:05:48 -0400 Subject: [PATCH] tox cleanups --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index da39016..c034d2a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,3 @@ envlist = py25,py26,py27,py3 [testenv] commands=py.test --junitxml=junit-{envname}.xml deps = pytest - - -[testenv:py3] -basepython=/usr/bin/python3 -simplejson = pytest \ No newline at end of file