tox.ini 78 B

1234567
  1. [tox]
  2. envlist = py36,py37,py38
  3. [testenv]
  4. deps = pytest
  5. commands =
  6. pytest