Mention specific versions for circleci

This commit is contained in:
2016-01-14 04:43:24 +05:30
parent 617022143a
commit 90e0e81ad4
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -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