From 69365e49eaeea173f3ecaad17d1f4bcefa65c316 Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Mon, 7 Aug 2017 15:04:58 +0200 Subject: [PATCH] Install mock-ssh-server or unit testing --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 4fd0648a893..f9f44eaa08a 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ deps = nose NoseHTML mock + mock-ssh-server # Setup tox environments for linting all of Galaxy for imports and # just a subset we expect to pass (the include import list). Once the