mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-22 13:21:52 +00:00
Add Python 3.8 to the build matrix
This commit is contained in:
parent
a311ebb97e
commit
6a50fe9d86
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ python:
|
|||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
# command to install dependencies
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py{35,36,37,35-oldbs4}
|
||||
envlist = py{35,36,37,38,35-oldbs4}
|
||||
|
||||
[base]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue