Merge pull request #733 from vladimir-v-diaz/add_py3.4-5_appveyor

Add Python 3.4 & 3.5 to appveyor.yml
This commit is contained in:
Vladimir Diaz 2018-05-22 14:59:48 -04:00 committed by GitHub
commit cc8e2ced12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,14 @@ environment:
PYTHON_VERSION: 3.6
PYTHON_ARCH: 32
- PYTHON: "C:\\Python35"
PYTHON_VERSION: 3.5
PYTHON_ARCH: 32
- PYTHON: "C:\\Python34"
PYTHON_VERSION: 3.4
PYTHON_ARCH: 32
- PYTHON: "C:\\Python27"
PYTHON_VERSION: 2.7
PYTHON_ARCH: 32