Fix dependencies install order

This commit is contained in:
Victor "multun" Collod 2019-02-12 17:14:33 +01:00
parent 3cf694f985
commit 38204f0642

View file

@ -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: