From a70373d13b3e7acd03373f4eccaf93be0d625ace Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 05:15:27 +0530 Subject: [PATCH] tox activate minor py versions in circle and use normal tox --- circle.yml | 4 ++-- tox.ini | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/circle.yml b/circle.yml index 4ff74de..fbb3415 100644 --- a/circle.yml +++ b/circle.yml @@ -12,6 +12,6 @@ dependencies: test: pre: - pyenv versions - - pyenv global 2.7.10 3.4.3 3.5 pypy-2.5.0 + - pyenv global 2.7.10 3.3.3 3.4.3 3.5.0 pypy-2.5.0 override: - - tox -e circleci_27,circleci_34,circleci_35,circleci_pypy + - tox diff --git a/tox.ini b/tox.ini index 767b25a..64a7b22 100644 --- a/tox.ini +++ b/tox.ini @@ -10,15 +10,3 @@ passenv = PYTEST_STATUS_PORT commands = pip install . py.test -v - -[testenv:circleci_27] -basepython = python2.7.10 - -[testenv:circleci_34] -basepython = python3.4.3 - -[testenv:circleci_35] -basepython = python3.5 - -[testenv:circleci_pypy] -basepython = pypy-2.5.0