trying again

This commit is contained in:
2017-01-21 19:47:39 -05:00
parent c00783cd86
commit 0ad2792873
+1 -1
View File
@@ -10,7 +10,7 @@ python:
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip install pipenv; pipenv install"
# command to run tests
script:
- make coverage