tox.ini 402 B

123456789101112131415
  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, py35, pypy
  7. skipsdist = True
  8. [testenv]
  9. skip_install = True
  10. deps = -rrequirements.txt
  11. commands =
  12. {envpython} scripts/run_tests.py