tox.ini 100 B

123456
  1. [tox]
  2. envlist = py27,py34
  3. [testenv]
  4. deps = -rtests/test_requirements.txt
  5. commands = py.test tests/