debian-tablib/tox.ini

16 lines
382 B
INI
Raw Permalink Normal View History

2012-05-15 05:44:23 +02:00
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
2013-10-27 19:57:26 +01:00
envlist = py26, py27, py32, py33, pypy
2012-05-15 05:44:23 +02:00
[testenv]
commands = python setup.py test
deps =
pytest
PyYAML
xlrd
omnijson