Skip to content

Commit

Permalink
appveyor: don't use setup.py for installing
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jun 26, 2019
1 parent 5e6ce00 commit d6d0b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ install:
- ps: $AzuriteProcess = Start-Process azurite-blob -PassThru
- python -m pip install -U pip setuptools wheel
- pip install .[all,tests]
- python setup.py install

build: false

Expand Down

0 comments on commit d6d0b25

Please sign in to comment.