Fix dependencies install order
This commit is contained in:
parent
3cf694f985
commit
38204f0642
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ addons:
|
|||
postgresql: "9.6"
|
||||
|
||||
install:
|
||||
- "pip3 install -e . --upgrade"
|
||||
- "pip3 install git+https://github.com/pypa/pipenv.git"
|
||||
- "pip3 install pipenv"
|
||||
- "pipenv install --dev"
|
||||
- "pip3 install -e . --upgrade"
|
||||
|
||||
language: python
|
||||
python:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue