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