[Mod] use postgresql10

This commit is contained in:
nanoric 2019-04-14 07:08:55 -04:00
parent ce752b9d74
commit 3cd60e0dcc

View File

@ -41,7 +41,7 @@ matrix:
- PATH=/c/Python37:/c/Python37/Scripts:$PATH - PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install: before_install:
- choco install -yf mysql mongodb - choco install -yf mysql mongodb
- choco install -yf postgresql --params '/Password:' - choco install -yf postgresql10 --params '/Password:'
- choco install -yf python3 --version 3.7.2 - choco install -yf python3 --version 3.7.2
install: install:
- python -m pip install --upgrade pip wheel setuptools - python -m pip install --upgrade pip wheel setuptools