pip install -e .

This commit is contained in:
Erin O'Connell
2017-09-03 22:38:34 -06:00
parent 49dfcd6b60
commit 4e37585a88
+1 -1
View File
@@ -47,7 +47,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
- "python setup.py develop"
- "pip install -e ."
- "pipenv install --dev"
test_script: