tox.ini 171 B

1234567891011
  1. [tox]
  2. envlist = py25,py26,py27,py3
  3. [testenv]
  4. commands=py.test --junitxml=junit-{envname}.xml
  5. deps = pytest
  6. [testenv:py3]
  7. basepython=/usr/bin/python3
  8. simplejson = pytest