Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored May 31, 2019
1 parent 51d6ab9 commit 365cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ environment:

init:
- git config --global core.autocrlf input
- virtualenv -p C:\\Python36-x64\\python.exe .

install:
- virtualenv -p C:\\Python36-x64\\python.exe .
- python -m pip install --upgrade pip
- pip install -r requirements.txt && pip install pyinstaller

Expand Down

0 comments on commit 365cb2a

Please sign in to comment.