diff --git a/.travis.yml b/.travis.yml index 8f3126a..4f9c2b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: # command to install dependencies install: - - pip install --user pipenv + - pip install pipenv - pipenv install --dev # command to run the dependencies