From 5c005a938b1d5642eaf59cfc3f2cd7868b0052f7 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Tue, 4 Feb 2020 14:11:40 +0100 Subject: [PATCH] [FIX] add install script back --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3d387a6..84270fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,9 @@ environment: build: off +install: + - pip install .[test] + test_script: - tox