From 51764f67371906ea4ba0f7d8fe50087483047e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Sat, 16 Nov 2019 20:08:54 +0100 Subject: [PATCH] Developing with Python3.7 at the moment --- Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index df6362b..9c18b4f 100644 --- a/Pipfile +++ b/Pipfile @@ -12,9 +12,11 @@ pycodestyle = "*" pydocstyle = "*" codecov = "*" twine = "*" +ipython = "*" [packages] tox = "*" +experta = {editable = true,path = "."} [requires] -python_version = "3.4" +python_version = "3.7"