This commit is contained in:
2017-02-09 17:07:03 -05:00
parent 77bfce0bae
commit 50d4558ffa
+2 -2
View File
@@ -7,6 +7,6 @@ python:
- "3.6"
# command to install dependencies
install: pip install -r requirements.txt
install: pip install pipenv; pipenv install --dev
# command to run tests
script: make
script: pipenv run pytest