From 240eb672aff743cd04a1991fb147d1477c65c021 Mon Sep 17 00:00:00 2001 From: Ryan Hiebert Date: Thu, 5 Nov 2015 12:12:27 -0600 Subject: [PATCH] Don't specify basepython tox automatically includes basepython definitions for all the common python versions, and will recognize it in factors of envs in the envlist. --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tox.ini b/tox.ini index e4f02251a..fb4374bdc 100644 --- a/tox.ini +++ b/tox.ini @@ -8,13 +8,6 @@ envlist = {py27,py34,py35}-django{19} [testenv] -basepython = - py27: python2.7 - py32: python3.2 - py33: python3.3 - py34: python3.4 - py35: python3.5 - commands = ./runtests.py --fast {posargs} --coverage setenv = PYTHONDONTWRITEBYTECODE=1