tox.ini 118 B

123456789
  1. [tox]
  2. envlist = py27,py33,py34,pypy
  3. [testenv]
  4. deps =
  5. pytest
  6. pytest-cov
  7. pytest-pep8
  8. commands =
  9. py.test