This commit is contained in:
2017-01-21 21:03:46 -05:00
parent 73018f40a3
commit 62b014560a
+1 -1
View File
@@ -10,7 +10,7 @@ python:
# - "pypy" -- appears to hang
# - "pypy3"
# command to install dependencies
install: "pip install pipenv; pipenv install --dev --system"
install: "pip install git+https://github.com/kennethreitz/pipenv.git; pipenv install --dev --system"
# command to run tests
script:
- make coverage