Install python packages before running tests in CI
This commit is contained in:
parent
42624b9eb8
commit
2914d9f830
@ -2,6 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
before_install:
|
before_install:
|
||||||
|
- pipenv install --dev
|
||||||
- gem install sass
|
- gem install sass
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user