This commit is contained in:
2017-01-21 20:12:15 -05:00
parent efe0608cdd
commit bb6f5a1d93
+1 -1
View File
@@ -10,7 +10,7 @@ python:
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "pip install pipenv; pipenv install"
install: "pip install pipenv; pipenv install --global"
# command to run tests
script:
- make coverage