tox activate minor py versions in circle and use normal tox

This commit is contained in:
2016-01-14 05:15:27 +05:30
parent 6fb0a8d124
commit a70373d13b
2 changed files with 2 additions and 14 deletions
+2 -2
View File
@@ -12,6 +12,6 @@ dependencies:
test: test:
pre: pre:
- pyenv versions - 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: override:
- tox -e circleci_27,circleci_34,circleci_35,circleci_pypy - tox
-12
View File
@@ -10,15 +10,3 @@ passenv = PYTEST_STATUS_PORT
commands = pip install . commands = pip install .
py.test -v 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