mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
commit
cc8e2ced12
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue