added isort and sqlparse to appveyor
This commit is contained in:
parent
af36550639
commit
238b81867b
|
@ -76,6 +76,12 @@ install:
|
||||||
- "%CMD_IN_ENV% pip install --upgrade autopep8"
|
- "%CMD_IN_ENV% pip install --upgrade autopep8"
|
||||||
- where autopep8
|
- where autopep8
|
||||||
|
|
||||||
|
- "%CMD_IN_ENV% pip install --upgrade isort"
|
||||||
|
- where isort
|
||||||
|
|
||||||
|
- "%CMD_IN_ENV% pip install --upgrade sqlparse"
|
||||||
|
- where sqlparse
|
||||||
|
|
||||||
# Ruby & Gem
|
# Ruby & Gem
|
||||||
- cinst ruby -y
|
- cinst ruby -y
|
||||||
- "SET PATH=C:\\Ruby193\\bin;%PATH%"
|
- "SET PATH=C:\\Ruby193\\bin;%PATH%"
|
||||||
|
|
Loading…
Reference in New Issue