tox.ini 100 B

1234567891011
  1. [tox]
  2. envlist = py33, py34, py35
  3. [testenv]
  4. deps =
  5. flake8
  6. pytest
  7. commands =
  8. flake8
  9. py.test