From 238b81867b4830e374d75e4a721f42f0221e5970 Mon Sep 17 00:00:00 2001 From: Jan-Cornelius Molnar Date: Sun, 10 Apr 2016 19:57:24 +0200 Subject: [PATCH] added isort and sqlparse to appveyor --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cb0542d..8df7c49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%"