Fix tox tests

This commit is contained in:
Virgil Dupras 2016-06-06 10:21:32 -04:00
parent 8c1078aa71
commit f66849b09d
1 changed files with 2 additions and 1 deletions

View File

@ -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