bottle-sqlite/tox.ini

17 lines
322 B
INI
Raw Normal View History

2014-03-29 13:33:09 +00:00
[tox]
envlist = bottledev,bottle012,bottle011,py27,py35,py36,py37,py38,py39,pypy
2014-03-29 13:33:09 +00:00
[testenv]
deps=bottle
commands={envpython} test.py
sitepackages=False
[testenv:bottle011]
2014-03-29 13:33:09 +00:00
deps=bottle>=0.11,<0.12
[testenv:bottle012]
2014-03-29 13:33:09 +00:00
deps=bottle>=0.12,<0.13
[testenv:bottledev]
deps=git+https://github.com/bottlepy/bottle.git#egg=bottle