last attempt

This commit is contained in:
2017-01-24 21:53:15 -05:00
parent 419780aef0
commit b9cbafd31a
+2 -2
View File
@@ -12,7 +12,7 @@ python:
# command to install dependencies
install:
- "pip install pipenv"
- "pipenv install --dev --system"
- "pipenv install --dev"
# command to run tests
script:
- pytest test_pipenv.py
- pipenv run pytest test_pipenv.py