From 90e0e81ad424962e30d9a28fe2e350bdcf896ffe Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 14 Jan 2016 04:43:24 +0530 Subject: [PATCH] Mention specific versions for circleci --- circle.yml | 2 +- tox.ini | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index a148a9e..2d84374 100644 --- a/circle.yml +++ b/circle.yml @@ -11,4 +11,4 @@ dependencies: test: override: - - tox + - tox -e circleci_27 circleci_34 circleci_35 circleci_pypy diff --git a/tox.ini b/tox.ini index d905144..00e2804 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = true -envlist = py{26,27,34,35,py} +envlist = py{27,33,34,35,py} [testenv] deps = pytest @@ -10,3 +10,15 @@ passenv = PYTEST_STATUS_PORT commands = pip install . py.test -v + +[testenv:circleci_27] +basepython = python-2.7.10 + +[testenv:circleci_34] +basepython = python-3.4.3 + +[testenv:circleci_35] +basepython = python-3.5 + +[testenv:circleci_pypy] +basepython = pypy-2.5.0