make lint-python before make env

This commit is contained in:
Christian Clauss 2020-07-06 12:16:28 +02:00 committed by GitHub
parent beb75f5c79
commit 3f3f79905c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -24,11 +24,13 @@ git:
install:
- git describe
- make env
- python3 -m pip install flake8
script:
before_script:
- make lint-python
- make env
script:
- source .github/travis/common.sh
- rm -f README.rst && make README.rst
- .github/travis/git-check.sh