From 59caaa1ef6f1f6968a6575b97791881d1674a5e5 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Mon, 7 Jan 2019 09:45:46 -0600 Subject: [PATCH] Tweak appveyor config. [skip travis] --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 004db90..b8a1e67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,12 @@ environment: matrix: + - python : 37 - python : 36 - python : 27 - python : 34 - python : 35 + - python : 37-x64 - python : 36-x64 - python : 27-x64 - python : 34-x64 @@ -21,7 +23,7 @@ install: - "SET PGUSER=postgres" - echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat" # mysqlclient won't compile on windows - - pip install -U pip setuptools + - python -m pip install -U pip setuptools - pip install -U PyMySQL - pip install -U wheel - pip install -U -e .[test,postgresql]