From f66849b09d484eb5b4bbc714359cdf6e8e1afa8e Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 6 Jun 2016 10:21:32 -0400 Subject: [PATCH] Fix tox tests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c3ef0b2c..bd763c52 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,12 @@ [tox] envlist = py34,py35 skipsdist = True +skip_missing_interpreters = True [testenv] commands = flake8 - py.test core core_se core_me core_pe hscommon + py.test core hscommon deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-extra.txt