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

@ -23,12 +23,14 @@ git:
depth: false
install:
- git describe
- make env
- python3 -m pip install flake8
- git describe
- python3 -m pip install flake8
before_script:
- make lint-python
- make env
script:
- make lint-python
- source .github/travis/common.sh
- rm -f README.rst && make README.rst
- .github/travis/git-check.sh
- source .github/travis/common.sh
- rm -f README.rst && make README.rst
- .github/travis/git-check.sh