From ad2e255016652046404820739c7155a30c46b113 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 04:52:50 +0530 Subject: [PATCH] Rename python basename in tox --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 767b25a..da17f27 100644 --- a/tox.ini +++ b/tox.ini @@ -12,13 +12,13 @@ commands = pip install . py.test -v [testenv:circleci_27] -basepython = python2.7.10 +basepython = 2.7.10 [testenv:circleci_34] -basepython = python3.4.3 +basepython = 3.4.3 [testenv:circleci_35] -basepython = python3.5 +basepython = 3.5 [testenv:circleci_pypy] -basepython = pypy-2.5.0 +basepython = pypy2.5.0