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 4b0be13 commit 88da329Copy full SHA for 88da329
.travis.yml
@@ -15,7 +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
- - python -m pip install pytest-timeout
+ - 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