mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Mention specific versions for circleci
This commit is contained in:
+1
-1
@@ -11,4 +11,4 @@ dependencies:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- tox
|
- tox -e circleci_27 circleci_34 circleci_35 circleci_pypy
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist = py{26,27,34,35,py}
|
envlist = py{27,33,34,35,py}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = pytest
|
deps = pytest
|
||||||
@@ -10,3 +10,15 @@ passenv = PYTEST_STATUS_PORT
|
|||||||
|
|
||||||
commands = pip install .
|
commands = pip install .
|
||||||
py.test -v
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user