Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-01 20:50:12 -04:00
parent 3975d790e5
commit 03389a5af0
+1 -1
View File
@@ -10,7 +10,7 @@ python:
# command to install dependencies
install:
- "pip install -e ."
- "pip install -e . --upgrade"
- "pipenv install --dev --skip-lock"
# command to run tests
script: