[Fix] fix travis-ci scripts for black
This commit is contained in:
parent
c2637b9fea
commit
a3d3d2b9e7
@ -3,8 +3,8 @@ python:
|
|||||||
- "3.7-dev"
|
- "3.7-dev"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r tools/ci/requirements.txt
|
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
- pip install -r tools/ci/requirements.txt
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- python tools/ci/check_all.py
|
- python tools/ci/check_all.py
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
https://github.com/ambv/black/archive/master.zip
|
Loading…
Reference in New Issue
Block a user