tox.ini 102 B

1234567
  1. [tox]
  2. envlist = py27,py34,py35,py36,py37
  3. [testenv]
  4. commands = py.test nfoservers-panel
  5. deps = pytest