From b7dfcef19ccdaa3ae6cab842231006fff32cb15e Mon Sep 17 00:00:00 2001 From: bramvandesande Date: Tue, 4 Dec 2018 14:16:30 +0100 Subject: [PATCH] pySCENIC requires python 3.6 because of loompy (http://linnarssonlab.org/loompy/installation/index.html) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7defa8d..a837a56 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py36,py35 +envlist = py36 [testenv] commands = pytest