mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add flake8 check to travis
This commit is contained in:
parent
caed7faa19
commit
4fa027352f
@ -12,4 +12,5 @@ env:
|
|||||||
install:
|
install:
|
||||||
- pip install docutils==$DOCUTILS
|
- pip install docutils==$DOCUTILS
|
||||||
- pip install -r test-reqs.txt
|
- pip install -r test-reqs.txt
|
||||||
|
before_script: flake8
|
||||||
script: make test
|
script: make test
|
||||||
|
Loading…
Reference in New Issue
Block a user