tox.ini 176 B

12345678
  1. [tox]
  2. envlist=py3
  3. skipsdist=True
  4. [testenv]
  5. usedevelop=True
  6. deps=-rtest_requirements.txt
  7. commands = py.test --cov-report term-missing:skip-covered --cov=borgmatic borgmatic []