Skip projects examples from test on macOS

This commit is contained in:
Ivan Kravets
2017-03-04 17:36:21 +02:00
parent 20d6b2ebbb
commit 3c10e84def
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@ matrix:
env: TOX_ENV=py27
- os: osx
language: generic
env: TOX_ENV=py27
env: TOX_ENV=skipexamples
install:
- git submodule update --init --recursive

View File

@ -61,6 +61,13 @@ commands =
{envpython} --version
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]
basepython = python2.7
passenv = *