tox.ini 147 B

12345678
  1. [tox]
  2. envlist = py26,py27,py32,py33,pypy
  3. [testenv]
  4. commands =
  5. pip install -e {toxinidir}
  6. pip install -e {toxinidir}[test]
  7. python setup.py test