mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
try to fix appveyor version for py2exe.
See https://stackoverflow.com/questions/41578808/python-indexerror-tuple-index-out-of-range-when-using-py2exe .
This commit is contained in:
parent
289296f9e1
commit
5f9d3379b1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\PYTHON36"
|
||||
- PYTHON: "C:\\PYTHON34"
|
||||
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
||||
# Thanks!
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue