[tox]
envlist = nerval
skipsdist=True

[testenv:nerval]
commands =
  pytest {posargs}

deps =
  pytest
  -rrequirements.txt