Skip to content

Commit ce7a749

Browse files
authored
Adding travis_wait for timing out Travis CI jobs (#416)
1 parent 9c6ed37 commit ce7a749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sudo: false
33
language: python
44

55
python:
6-
- "3.6"
6+
- "3.8"
77
install:
8-
- pip install -r requirements.txt
8+
- travis_wait 60 pip install -r requirements.txt
99

1010
script:
11-
- python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
11+
- travis_wait 60 python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
1212

1313
after_success:
1414
- codecov

0 commit comments

Comments
 (0)