Skip to content

Commit

Permalink
try to update setuptools using pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Mar 25, 2016
1 parent b6b0e36 commit 16323a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -8,14 +8,13 @@ environment:
# isn't covered by this document) at the time of writing.

- PYTHON: "C:\\Python34"
DEPS: "setuptools"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
DEPS: "setuptools"

install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -U setuptools"

build: off

Expand Down

0 comments on commit 16323a0

Please sign in to comment.