aboutsummaryrefslogtreecommitdiff
path: root/source/merge.d
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 21:44:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-27 21:44:18 -0400
commita2454f600804ee01c63abca8ee2ebed7f835769a (patch)
tree4084cc6b6aa31297212eec89ed752e5c01af3d91 /source/merge.d
parent6b009e30901c90fa7e5e43afa3a229c4993a600a (diff)
downloaddm-a2454f600804ee01c63abca8ee2ebed7f835769a.tar.gz
build locally
Diffstat (limited to 'source/merge.d')
-rw-r--r--source/merge.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/merge.d b/source/merge.d
index c241b4a..4e878d9 100644
--- a/source/merge.d
+++ b/source/merge.d
@@ -186,7 +186,7 @@ auto integration_test(ref Conda conda, string outdir, test_runner_t runner, test
}
}
- if (conda.sh("python -m pip install .[test]")) {
+ if (conda.sh("python -m pip install -e .[test]")) {
return 1;
}