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