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,23 +14,17 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
os: linux language: minimal
dist: focal
language: shell
git: git:
submodules: false submodules: false
depth: false depth: false
install: install:
- git describe - git describe
- python3 -m pip install flake8 - make env
before_script:
- make lint-python
- make env
script: script:
- source .github/travis/common.sh - source .github/travis/common.sh
- rm -f README.rst && make README.rst - rm -f README.rst && make README.rst
- .github/travis/git-check.sh - .github/travis/git-check.sh