Skip to content

Commit

Permalink
Remove editable option from pip install for appveyor. Also force upda…
Browse files Browse the repository at this point in the history
…te Sphinx.
  • Loading branch information
rqelibari committed Mar 14, 2017
1 parent 5db0005 commit 6e62369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ install:
- "SET PYTHON=\"C:\\Program Files\\Python\""
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install -I setuptools"
- "python -m pip install -e %APPVEYOR_BUILD_FOLDER%"
- "python -m pip install -e %APPVEYOR_BUILD_FOLDER%[tests]"
- "python -m pip install -e %APPVEYOR_BUILD_FOLDER%[docs]"
- "python -m pip install -e %APPVEYOR_BUILD_FOLDER%[checkstyle]"
- "python -m pip install %APPVEYOR_BUILD_FOLDER%"
- "python -m pip install %APPVEYOR_BUILD_FOLDER%[tests]"
- "python -m pip install -U %APPVEYOR_BUILD_FOLDER%[docs]"
- "python -m pip install %APPVEYOR_BUILD_FOLDER%[checkstyle]"

build: off

Expand Down

0 comments on commit 6e62369

Please sign in to comment.