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