mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
try to fix appveyor: python path.
This commit is contained in:
parent
b788aee95c
commit
289296f9e1
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
||||||
---
|
---
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- PYTHON: "C:\\PYTHON36"
|
||||||
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
|
||||||
# Thanks!
|
# Thanks!
|
||||||
install:
|
install:
|
||||||
- choco install strawberryperl
|
- choco install strawberryperl
|
||||||
- copy c:\Python35-x64\python.exe c:\Python35-x64\python3.exe
|
- copy %PYTHON%\python.exe %PYTHON%\python3.exe
|
||||||
- SET PATH=C:\Python35-x64;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
- SET PATH=%PYTHON%;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
||||||
- python3 -mpip install flake8
|
- python3 -mpip install flake8
|
||||||
- python3 -mpip install random2
|
- python3 -mpip install random2
|
||||||
- python3 -mpip install py2exe
|
- python3 -mpip install py2exe
|
||||||
|
|
Loading…
Add table
Reference in a new issue