From e4ffb61aa93ef515c1e3587487e799ee20cb42df Mon Sep 17 00:00:00 2001 From: Larry Salibra Date: Sun, 20 Aug 2017 17:41:20 +0700 Subject: [PATCH] enable blockstack-venv tarball builds on develop --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 220a5de83..32d601924 100644 --- a/circle.yml +++ b/circle.yml @@ -26,7 +26,7 @@ test: - blockstack api stop -y deployment: tarball_venv: - branch: [rc-0.14.2, master, osx-single-file-build, rc-0.14.3] + branch: [rc-0.14.2, master, osx-single-file-build, rc-0.14.3, develop] commands: - cp -r ../virtualenvs/venv-system ./venv-copy - virtualenv --relocatable ../virtualenvs/venv-system