Skip to content

Commit

Permalink
use before_script for pytest-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Dec 16, 2020
1 parent 6f48b60 commit 7cf96e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- ln -sfn "$(which python3)" /usr/local/bin/python
- python -V
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
before_script:
- tox --notest
- .tox/py37-coverage/bin/python -m pip install pytest-timeout

Expand Down

0 comments on commit 7cf96e8

Please sign in to comment.