From 7d3bbf519bf79a82a4cff3d2f7e6a1f61fb83401 Mon Sep 17 00:00:00 2001 From: cclauss Date: Wed, 9 May 2018 09:35:44 +0200 Subject: [PATCH] pip install scikit-image scipy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11a4729..b2d9ff9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - python: pypy3 install: #- pip install -r requirements.txt - - pip install flake8 scipy tensorflow # pytest # add another testing frameworks later + - pip install flake8 scikit-image scipy tensorflow # pytest # add another testing frameworks later before_script: # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics