only update pipenv if needed

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 07:45:49 -05:00
parent 7f86bc27d3
commit 85b8280370
+1 -1
View File
@@ -4,7 +4,7 @@ python:
# command to install dependencies
install:
- "pip install pipenv --upgrade"
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"
# command to run the dependencies