From 652829b04333564ea21cdb1c0c7adb6e886f6b9d Mon Sep 17 00:00:00 2001 From: daniele Date: Sun, 22 Dec 2019 15:16:54 +0100 Subject: [PATCH] Removed dependencies from setup.py, refactored to deal with missing imports --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a619162..567d51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ install: - pip install pytest-cov - pip install coveralls # - pip install sphinx - - pip install -e .['trees'] + - pip install -e .['zono','trees'] # Command to run tests. These are run for each configuration script: