We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f48b60 commit 7cf96e8Copy full SHA for 7cf96e8
.travis.yml
@@ -15,6 +15,7 @@ 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
+ before_script:
19
- tox --notest
20
- .tox/py37-coverage/bin/python -m pip install pytest-timeout
21
0 commit comments