Appveyor: Py27 and Py35 builds

This commit is contained in:
Mike Croucher 2016-07-07 13:22:49 +01:00
parent 60ca6a8c9a
commit 04ce73b858

View file

@ -2,13 +2,17 @@ environment:
matrix:
- PYTHON_VERSION: 2.7
MINICONDA: C:\Miniconda
MINICONDA: C:\Miniconda-x64
- PYTHON_VERSION: 3.5
MINICONDA: C:\Miniconda35-x64
branches:
only:
- deploy
install:
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda