From 4e1ad6174a9188e4e2415b3584f163bdc5b0fa61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 9 Dec 2018 18:59:41 +0400 Subject: [PATCH] :green_heart: Install flit and install package with flit --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 10b94f68b..6066931cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,8 @@ python: - "3.7-dev" install: - - pipenv install + - pip install flit + - flit install script: - scripts/test