forked from platformio/platformio-core
Skip projects examples from test on macOS
This commit is contained in:
@ -16,7 +16,7 @@ matrix:
|
|||||||
env: TOX_ENV=py27
|
env: TOX_ENV=py27
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env: TOX_ENV=py27
|
env: TOX_ENV=skipexamples
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
7
tox.ini
7
tox.ini
@ -61,6 +61,13 @@ commands =
|
|||||||
{envpython} --version
|
{envpython} --version
|
||||||
py.test -v --basetemp="{envtmpdir}" tests
|
py.test -v --basetemp="{envtmpdir}" tests
|
||||||
|
|
||||||
|
[testenv:skipexamples]
|
||||||
|
basepython = python2.7
|
||||||
|
deps =
|
||||||
|
pytest
|
||||||
|
commands =
|
||||||
|
py.test -v --basetemp="{envtmpdir}" tests --ignore tests/test_examples.py
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
passenv = *
|
passenv = *
|
||||||
|
Reference in New Issue
Block a user