From f124856f5697122237da47860a08233f3efc0113 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Wed, 14 Nov 2018 15:15:11 +0100 Subject: [PATCH] behave is needed for Travis build, oupsie --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29b176c..88236ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,7 @@ # --- For the codebase tqdm>=4.0 -numpy>=1.14 \ No newline at end of file +numpy>=1.14 + +# --- For the tests +behave