From 4e37585a88d87ad959ccd686cbc19a37eccc654e Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sun, 3 Sep 2017 22:38:34 -0600 Subject: [PATCH] pip install -e . --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8da49a2f..d31b4036 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: