Skip to content

Commit

Permalink
update setuptools before installing (references #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghackebeil committed Jun 26, 2016
1 parent d3e3f0a commit 717a6bc
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 @@ -22,6 +22,7 @@ install:
# We need wheel installed to build wheels
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "python -m pip install -v -U pip setuptools"
- "python -m pip install coverage"
- "python -m pip install nose"
- "dir %PYTHON%\\Scripts"
Expand Down

0 comments on commit 717a6bc

Please sign in to comment.