Update .travis.yml

This commit is contained in:
Christian Clauss 2020-07-06 11:43:31 +02:00 committed by GitHub
parent e4f49b5123
commit a1902b0cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,8 +23,10 @@ git:
install: install:
- git describe - git describe
- make env - make env
- python3 -m pip install flake8
script: script:
- make lint-python
- 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