Skip to content

Commit 7cf96e8

Browse files
committed
use before_script for pytest-timeout
1 parent 6f48b60 commit 7cf96e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ 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+
before_script:
1819
- tox --notest
1920
- .tox/py37-coverage/bin/python -m pip install pytest-timeout
2021

0 commit comments

Comments
 (0)