attempted fix of travis

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-31 12:06:47 -04:00
parent dde2e52cb8
commit f85c6f4939
+1 -1
View File
@@ -12,7 +12,7 @@ python:
# command to install dependencies
install:
- "python setup.py develop"
- "pip install -e ."
- "pipenv install --dev"
# command to run tests
script: