mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
AppVeyor: Include 64-bit Python 2 target
This commit is contained in:
@ -7,10 +7,12 @@ environment:
|
||||
matrix:
|
||||
- PY_MAJOR_VER: 2
|
||||
PYTHON_ARCH: "x86"
|
||||
- PY_MAJOR_VER: 3
|
||||
- PY_MAJOR_VER: 2
|
||||
PYTHON_ARCH: "x86_64"
|
||||
- PY_MAJOR_VER: 3
|
||||
PYTHON_ARCH: "x86"
|
||||
- PY_MAJOR_VER: 3
|
||||
PYTHON_ARCH: "x86_64"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
Reference in New Issue
Block a user