travis: fix build config validation problems

- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
This commit is contained in:
Christian Nicolai 2020-02-28 13:26:58 +01:00 committed by GitHub
parent 40bdf7fd6a
commit 4128233d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
---
sudo: false
os: linux
language: python
python:
- "2.7"
@ -7,7 +7,7 @@ python:
- "3.5"
- "3.7"
matrix:
jobs:
fast_finish: true
allow_failures:
- python: "3.4"