Update .travis.yml
This commit is contained in:
parent
e4f49b5123
commit
a1902b0cae
|
@ -23,8 +23,10 @@ git:
|
|||
install:
|
||||
- git describe
|
||||
- make env
|
||||
- python3 -m pip install flake8
|
||||
|
||||
script:
|
||||
- make lint-python
|
||||
- source .github/travis/common.sh
|
||||
- rm -f README.rst && make README.rst
|
||||
- .github/travis/git-check.sh
|
||||
|
|
Loading…
Reference in New Issue