tox.ini 447 B

12345678910111213141516
  1. # tox (https://tox.readthedocs.io/) is a tool for running tests
  2. # in multiple virtualenvs. This configuration file will run the
  3. # test suite on all supported python versions. To use it, "pip install tox"
  4. # and then run "tox" from this directory.
  5. [tox]
  6. envlist = py27, py34, py35, py36, pypy
  7. skipsdist = True
  8. skip_missing_interpreters = True
  9. [testenv]
  10. skip_install = True
  11. deps = -rrequirements.txt
  12. commands =
  13. {envpython} scripts/run_tests.py