tox.ini 69 B

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