mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
tox activate minor py versions in circle and use normal tox
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user