Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 251c471

Browse files
authored
only install enum34 python dependency if we are not using pyinstaller (#57)
1 parent 2cb848c commit 251c471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install:
3434
- SET PIP_PATH=%PYTHON_PATH%/Scripts
3535
- SET PATH=%PYTHON_PATH%;%PIP_PATH%;%PATH%
3636
# install python dependencies
37-
- cmd: pip install enum34
37+
- cmd: IF %DEPLOY% EQU 0 pip install enum34
3838
- cmd: pip install parso==0.5.1
3939
- cmd: pip install jedi==0.15.0
4040
- cmd: pip install pyinstaller==%PYINSTALLER_VERSION%

0 commit comments

Comments
 (0)