Skip to content

Commit

Permalink
Fix appveyor dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed May 12, 2019
1 parent e38e300 commit 23f7285
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 @@ -4,6 +4,7 @@ environment:
cache:
- '%LOCALAPPDATA%\pip\Cache'
install:
- "%PYTHON%\\python.exe -m pip install pypiwin32" # dependency removed from appveyor python default install
- "%PYTHON%\\python.exe -m pip install -r pre_requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt -r dev_requirements.txt"
- copy config\default_config.json config.json
Expand Down

0 comments on commit 23f7285

Please sign in to comment.