From 3d3cb82f55f2633146b0f5cd7abe8cb21ea4d355 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2017 21:45:25 -0500 Subject: [PATCH] debug the build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 69f6bad5..6e8d5898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ python: install: - "python setup.py develop" - "pipenv lock" + - "pipenv install --dev --requirements" - "pipenv install --dev" # command to run tests script: