tox.ini 447 B

1234567891011121314151617
  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. skip_missing_interpreters = true
  7. envlist = py26, py27, py32, py33, py34, py35, py36
  8. [testenv]
  9. commands = nosetests yowsup
  10. deps =
  11. py26: importlib
  12. nose
  13. python-dateutil
  14. python-axolotl