tox.ini 328 B

12345678910111213
  1. [tox]
  2. envlist = py35
  3. [testenv]
  4. setenv =
  5. PYTHONPATH = {toxinidir}:{toxinidir}/infclass_muter
  6. commands = python setup.py test
  7. ; If you want to make tox run the tests with the same versions, create a
  8. ; requirements.txt with the pinned versions and uncomment the following lines:
  9. ; deps =
  10. ; -r{toxinidir}/requirements.txt