mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 12:10:37 +00:00
Recognize the existence of Python 3.7
(The tests don't pass yet, see #205.)
This commit is contained in:
parent
9fb1cc98c7
commit
3fc44c30db
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ python:
|
|||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install tox-travis coveralls
|
||||
|
|
@ -18,3 +19,4 @@ matrix:
|
|||
allow_failures:
|
||||
- python: "3.5"
|
||||
- python: "3.6"
|
||||
- python: "3.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue