added isort and sqlparse to appveyor

This commit is contained in:
Jan-Cornelius Molnar 2016-04-10 19:57:24 +02:00
parent af36550639
commit 238b81867b
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ install:
- "%CMD_IN_ENV% pip install --upgrade autopep8"
- where autopep8
- "%CMD_IN_ENV% pip install --upgrade isort"
- where isort
- "%CMD_IN_ENV% pip install --upgrade sqlparse"
- where sqlparse
# Ruby & Gem
- cinst ruby -y
- "SET PATH=C:\\Ruby193\\bin;%PATH%"