Skip to content

Commit 21db5e9

Browse files
committed
pytest-timeout
1 parent d7877e0 commit 21db5e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33

44
env:
55
global:
6-
- PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml"
6+
- PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml --timeout=30"
77

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

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

0 commit comments

Comments
 (0)