Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Travis: add osx job #19

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
pytest-timeout
blueyed committed Dec 16, 2020
commit ac06c31353cb017b5555d4ffe7193130ea1e098c
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ language: python

env:
global:
- PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml"
- PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml --timeout=30"

jobs:
include:
@@ -15,6 +15,8 @@ jobs:
- ln -sfn "$(which python3)" /usr/local/bin/python
- python -V
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
- tox --notest
- .tox/py37-coverage/bin/python -m pip install pytest-timeout

# Fails currently badly.
# - python: '3.7'