From 1901e2e54db829fb3c50dd034f2632874aa779db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 13 May 2019 10:57:17 +0200 Subject: [PATCH] fix: install pipenv in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc6696b..5005e35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.7-dev" install: + - pip install pipenv - pipenv install -d . script: