Skip to content

Commit 88da329

Browse files
committed
fixup! pytest-timeout
1 parent 4b0be13 commit 88da329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +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-
- python -m pip install pytest-timeout
18+
- tox --notest
19+
- .tox/py37-coverage/bin/python -m pip install pytest-timeout
1920

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

0 commit comments

Comments
 (0)