From 6de3d3075573f63f37f0937212c7b50672d11aba Mon Sep 17 00:00:00 2001 From: jmoore Date: Mon, 31 Aug 2020 09:29:19 +0200 Subject: [PATCH] Add pyside2 to travis for napari tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cdfa1ee9..5fda2f4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ jobs: # command to install dependencies install: + - pip install napari[pyside2] - pip install .[napari] - pip install scikit-image # only needed for tests