From 2c933dabf6f442c84e2aa373de1cd0a63ad41676 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 4 Jun 2018 16:12:53 -0400 Subject: [PATCH] Install pipenv before installing python deps --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26ce25ba..a1a290a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: python python: - "3.6" before_install: - - pipenv install --dev + - pip install pipenv + - pipenv install --dev --skip-lock - gem install sass - npm install script: