From b5cecc5dfef93e63ebb22537a759e2692fe65eaa Mon Sep 17 00:00:00 2001 From: Andreas Thalhammer Date: Sun, 29 Aug 2021 14:38:14 +0200 Subject: [PATCH] added scipy package to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c261605..5622c07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - '3.8' - '3.9' install: -- pip install networkx numpy coveralls csvkit +- pip install networkx scipy numpy coveralls csvkit script: - nosetests --with-coverage --cover-package=danker - shellcheck *.sh */*.sh