We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7877e0 commit 21db5e9Copy full SHA for 21db5e9
.travis.yml
@@ -3,7 +3,7 @@ language: python
3
4
env:
5
global:
6
- - PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml"
+ - PYTEST_ADDOPTS="-s -vv --cov --cov-report=xml --timeout=30"
7
8
jobs:
9
include:
@@ -15,6 +15,8 @@ jobs:
15
- ln -sfn "$(which python3)" /usr/local/bin/python
16
- python -V
17
- 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
20
21
# Fails currently badly.
22
# - python: '3.7'
0 commit comments