tox.ini 399 B

12345678910111213
  1. # Tox (http://tox.testrun.org/) 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 = py36, py35, py34, py33, py27, py26
  7. [testenv]
  8. commands =
  9. pip install -Ur requirements.txt
  10. nosetests --with-cov --cov=xlwt