Split the oldbs4 into a separate Travis job

This commit is contained in:
Marius Gedminas 2020-03-23 16:40:22 +02:00
parent 0417f677c2
commit ba5888f06a
2 changed files with 12 additions and 0 deletions

View file

@ -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:

View file

@ -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