mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
AppVeyor fix #1: newer version of py3.
See: * https://ci.appveyor.com/project/shlomif/pysolfc/builds/35127928 py2exe reports syntax error in attrs module on appveyor.
This commit is contained in:
parent
3f84e44121
commit
135a1fed99
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\PYTHON34"
|
||||
- PYTHON: "C:\\Python38"
|
||||
# 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