appveyor: trying with python 3.5
This commit is contained in:
parent
c275dcc5ee
commit
1a922ae857
|
@ -8,7 +8,7 @@ build_script:
|
|||
- appveyor AddCompilationMessage "Building miniupnpc"
|
||||
- mingw32-make -f Makefile.mingw
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27\python
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36\python
|
||||
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python35\python
|
||||
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python27-x64\python
|
||||
# - mingw32-make -f Makefile.mingw pythonmodule PYTHON=C:\Python36-x64\python
|
||||
|
||||
|
|
Loading…
Reference in New Issue