Install pipenv before installing python deps
This commit is contained in:
parent
2914d9f830
commit
2c933dabf6
@ -2,7 +2,8 @@ language: python
|
||||
python:
|
||||
- "3.6"
|
||||
before_install:
|
||||
- pipenv install --dev
|
||||
- pip install pipenv
|
||||
- pipenv install --dev --skip-lock
|
||||
- gem install sass
|
||||
- npm install
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user