travis: add back test on python3.5 (python3.6 is recommended but we can try to keep 3.5 compatibility until we have good reason to no longer support it).

This commit is contained in:
Florent Kermarrec 2020-04-29 08:00:55 +02:00
parent 855d614e5d
commit 9941e4c16b
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
jobs:
include:
- os: linux
dist: xenial
language: python
python: "3.5"
- os: linux
dist: xenial
language: python