Skip to content

Commit

Permalink
Drop pip from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 25, 2018
1 parent 90da78e commit b25434f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- "tools/build.cmd %PYTHON%\\python.exe -m pip install -U wheel setuptools"
- "tools/build.cmd %PYTHON%\\python.exe -m pip install -U pip wheel setuptools"
- "tools/build.cmd %PYTHON%\\python.exe -m pip install -r requirements/ci.txt"

build: false
Expand Down
1 change: 0 additions & 1 deletion requirements/ci-wheel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cython==0.28.2
flake8==3.5.0
gunicorn==19.7.1
isort==4.3.4
pip==10.0.0
pyflakes==1.6.0
multidict==4.1.0
pytest==3.5.0
Expand Down

0 comments on commit b25434f

Please sign in to comment.