Tweak appveyor config. [skip travis]

This commit is contained in:
Jason Madden 2019-01-07 09:45:46 -06:00
parent f211a2b6e0
commit 59caaa1ef6
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
1 changed files with 3 additions and 1 deletions

View File

@ -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]