[tox]
envlist= py37
skip_missing_interpreters = true
[testenv]
deps=nose
    pytest
    pytest-cov
commands=py.test {posargs}