You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2015/09/11 08:11:20 UTC

couchdb-mango git commit: Add hypothesis to Makefile

Repository: couchdb-mango
Updated Branches:
  refs/heads/2787-modify-testcases 97670f3d7 -> 79ca3c114


Add hypothesis to Makefile

COUCHDB-2787


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/79ca3c11
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/79ca3c11
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/79ca3c11

Branch: refs/heads/2787-modify-testcases
Commit: 79ca3c114591543908abe702520d6ae65556e68f
Parents: 97670f3
Author: Tony Sun <to...@cloudant.com>
Authored: Thu Sep 10 23:12:57 2015 -0700
Committer: Tony Sun <to...@cloudant.com>
Committed: Thu Sep 10 23:12:57 2015 -0700

----------------------------------------------------------------------
 Makefile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/79ca3c11/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 8c136c1..1b2a504 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ test:
 # target: pip-install - Installs requires Python packages
 pip-install:
 	pip install nose requests
+	pip install hypothesis
 
 
 .PHONY: venv