2011-08-30 02:37:25 +02:00
|
|
|
[tox]
|
2015-02-15 22:43:28 +01:00
|
|
|
envlist = py25,py26,py27,py32,py33,py34
|
2012-12-02 01:15:18 +01:00
|
|
|
|
2011-08-30 02:37:25 +02:00
|
|
|
[testenv]
|
2012-11-26 22:25:30 +01:00
|
|
|
deps=pytest>=2.3
|
2012-12-02 01:15:18 +01:00
|
|
|
webtest
|
|
|
|
beautifulsoup4
|
|
|
|
commands=py.test []
|
2011-08-30 02:37:25 +02:00
|
|
|
sitepackages=False
|
2012-12-02 01:37:01 +01:00
|
|
|
|
|
|
|
[testenv:py25]
|
|
|
|
deps=pytest>=2.3
|
|
|
|
WebTest==1.4.3
|
|
|
|
WebOb==0.9.6.1
|
|
|
|
BeautifulSoup==3.2.1
|
2013-01-04 02:09:11 +01:00
|
|
|
|
|
|
|
[pytest]
|
|
|
|
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}
|