From bb6f5a1d93777df9244d09a33281ad0e95174466 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2017 20:12:15 -0500 Subject: [PATCH] --global --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26c159b0..7ed55a2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: # - "pypy" -- appears to hang # - "pypy3" # command to install dependencies -install: "pip install pipenv; pipenv install" +install: "pip install pipenv; pipenv install --global" # command to run tests script: - make coverage