Skip to content

Commit

Permalink
Add %PYTHON%\Scripts to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 8, 2019
1 parent 20f8050 commit bae83b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ environment:

install:
# We need wheel installed to build wheels
- cmd: set PATH=%PATH%;%PYTHON%\Scripts
- "%PYTHON%\\python.exe -m pip install --upgrade pip"
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -r requirements_testings.txt"
Expand Down

0 comments on commit bae83b6

Please sign in to comment.