mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-08 14:44:46 +00:00
Split the oldbs4 into a separate Travis job
This commit is contained in:
parent
0417f677c2
commit
ba5888f06a
2 changed files with 12 additions and 0 deletions
|
|
@ -4,6 +4,13 @@ python:
|
|||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
jobs:
|
||||
include:
|
||||
- python: "3.5"
|
||||
env: TOXENV=py35-oldbs4
|
||||
allow_failures:
|
||||
- python: "3.5"
|
||||
env: TOXENV=py35-oldbs4
|
||||
# command to install dependencies
|
||||
addons:
|
||||
apt:
|
||||
|
|
|
|||
5
tox.ini
5
tox.ini
|
|
@ -31,3 +31,8 @@ deps =
|
|||
dnspython
|
||||
future
|
||||
{[base]deps}
|
||||
|
||||
[travis]
|
||||
# don't run py35-oldbs4 by default in the Python 3.5 job
|
||||
python =
|
||||
3.5: py35
|
||||
|
|
|
|||
Loading…
Reference in a new issue