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"
|
postgresql: "9.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip3 install -e . --upgrade"
|
- "pip3 install pipenv"
|
||||||
- "pip3 install git+https://github.com/pypa/pipenv.git"
|
|
||||||
- "pipenv install --dev"
|
- "pipenv install --dev"
|
||||||
|
- "pip3 install -e . --upgrade"
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue