Skip to content

Commit

Permalink
Install django prior to reqs.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Dec 6, 2017
1 parent 280ff97 commit 66d1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ init:
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install %DJANGO%"
- "%PYTHON%/Scripts/pip.exe install -r requirements.txt"
- "%PYTHON%/Scripts/pip.exe install --upgrade %DJANGO%"
- "%PYTHON%/Scripts/pip.exe install -e ."
# setup our path to include python scripts
- cmd: SET PATH=%PATH%;%PYTHON%/Scripts
Expand Down

0 comments on commit 66d1b51

Please sign in to comment.