Install pipenv before installing python deps

This commit is contained in:
richard-dds 2018-06-04 16:12:53 -04:00
parent 2914d9f830
commit 2c933dabf6

View File

@ -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: