isso/tox.ini
Martin Zimmermann 5efa81b57e replace assert foo == bar with appropriate self.assert$Foo calls
except for test_migration because there are improved tests available
in the feature/cli branch
2014-02-04 15:05:32 +01:00

30 lines
576 B
INI
Executable File

[tox]
envlist = py26,py27,py33
[testenv:py26]
deps =
argparse
configparser
unittest2
{[testenv]deps}
[testenv:py27]
deps =
configparser
{[testenv]deps}
[testenv:backport]
deps =
configparser
werkzeug==0.8.3
html5lib==0.95
itsdangerous==0.22
ipaddr==2.1.10
misaka==1.0.2
{[testenv]deps}
[testenv]
deps =
nose
doctest-ignore-unicode
commands =
nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/
install_command =
pip install --allow-external ipaddr --allow-unverified ipaddr {opts} {packages}