2014-03-29 13:33:09 +00:00
|
|
|
[tox]
|
2020-10-03 14:47:47 +00:00
|
|
|
envlist = bottledev,bottle012,bottle011
|
2014-03-29 13:33:09 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps=bottle
|
|
|
|
commands={envpython} test.py
|
|
|
|
sitepackages=False
|
|
|
|
|
2020-10-03 14:31:54 +00:00
|
|
|
[testenv:bottle011]
|
2014-03-29 13:33:09 +00:00
|
|
|
deps=bottle>=0.11,<0.12
|
|
|
|
|
2020-10-03 14:31:54 +00:00
|
|
|
[testenv:bottle012]
|
2014-03-29 13:33:09 +00:00
|
|
|
deps=bottle>=0.12,<0.13
|
|
|
|
|
2020-10-03 14:31:54 +00:00
|
|
|
[testenv:bottledev]
|
|
|
|
deps=git+https://github.com/bottlepy/bottle.git#egg=bottle
|