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.
travis_wait
1 parent 9c6ed37 commit ce7a749Copy full SHA for ce7a749
.travis.yml
@@ -3,12 +3,12 @@ sudo: false
3
language: python
4
5
python:
6
- - "3.6"
+ - "3.8"
7
install:
8
- - pip install -r requirements.txt
+ - travis_wait 60 pip install -r requirements.txt
9
10
script:
11
- - python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
+ - travis_wait 60 python -m pytest --doctest-modules --cov=./ --cov-report=xml -s
12
13
after_success:
14
- codecov
0 commit comments