Install python packages before running tests in CI

This commit is contained in:
richard-dds 2018-06-04 16:09:16 -04:00
parent 42624b9eb8
commit 2914d9f830

View File

@ -2,6 +2,7 @@ language: python
python:
- "3.6"
before_install:
- pipenv install --dev
- gem install sass
- npm install
script: