Revert modifications to .travis.yml

This commit is contained in:
Christian Clauss 2020-07-06 22:23:04 +02:00 committed by GitHub
parent 19d0c00b09
commit 3ab41a3150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 12 deletions

View File

@ -14,9 +14,7 @@
#
# SPDX-License-Identifier: Apache-2.0
os: linux
dist: focal
language: shell
language: minimal
git:
submodules: false
@ -24,10 +22,6 @@ git:
install:
- git describe
- python3 -m pip install flake8
before_script:
- make lint-python
- make env
script: