blob: d7fef31f2d75cea351c9de50c6b914c9381177a2 [file] [log] [blame]
Michael Foord1e68bec2012-03-03 22:24:30 +00001[tox]
Hugob67fe8a2017-10-28 16:01:45 +03002envlist = py27,pypy,py33,jython
Michael Foord1e68bec2012-03-03 22:24:30 +00003
4[testenv]
5deps=unittest2
6commands={envbindir}/unit2 discover []
7
Michael Foord1e68bec2012-03-03 22:24:30 +00008[testenv:py27]
9commands=
10 {envbindir}/unit2 discover []
11 {envbindir}/sphinx-build -E -b doctest docs html
12deps =
13 unittest2
14 sphinx
15
Michael Foordb14e2842012-10-07 18:00:10 +010016[testenv:py33]
17commands=
18 {envbindir}/python -m unittest discover []
19deps =
20
Michael Foord1e68bec2012-03-03 22:24:30 +000021# note for jython. Execute in tests directory:
22# rm `find . -name '*$py.class'`