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:23:20 +01:00 committed by GitHub
parent db4626f370
commit f61ae9a86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 11 deletions

View File

@ -1,11 +1,12 @@
---
os: linux
language: python
sudo: false
cache: pip
git:
submodules: true
matrix:
jobs:
include:
- python: "2.7"
env: TOXENV=py27