tox.ini 298 B

1234567891011121314151617181920
  1. [tox]
  2. envlist = py35, py36, py37, py38, flake8
  3. [travis]
  4. python =
  5. 3.8: py38
  6. 3.7: py37
  7. 3.6: py36
  8. 3.5: py35
  9. [testenv:flake8]
  10. basepython = python
  11. deps = flake8
  12. commands = flake8 py_thesis_toolbox tests
  13. [testenv]
  14. setenv =
  15. PYTHONPATH = {toxinidir}
  16. commands = python setup.py test