From c388f543d22bd015e12c035971bcf42453340f42 Mon Sep 17 00:00:00 2001 From: Marsel Date: Mon, 15 May 2017 13:11:20 +0300 Subject: [PATCH] ipython<6: closes #32 --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index 0078704..a8c2fec 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -43,7 +43,7 @@ output = ${project:version_file} dependent-scripts = true recipe = infi.recipe.console_scripts eggs = ${project:name} - ipython + ipython<6 nose coverage enum34