install dev requirements in travis ci
This commit is contained in:
parent
da16554f64
commit
97dd5b32ba
@ -1,5 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
script:
|
script:
|
||||||
|
- pip install -r requirements_dev.txt
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- flake8 --max-line-length=120 --ignore=D101,D104,D212,D200,E203,W293,D412,W503 mkdocs_with_confluence/
|
- flake8 --max-line-length=120 --ignore=D101,D104,D212,D200,E203,W293,D412,W503 mkdocs_with_confluence/
|
||||||
- black --check --line-length=120 mkdocs_with_confluence/
|
- black --check --line-length=120 mkdocs_with_confluence/
|
||||||
|
2
requirements_dev.txt
Normal file
2
requirements_dev.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
black
|
||||||
|
flake8
|
Loading…
Reference in New Issue
Block a user