You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tox]
|
|
envlist = py35,py36,py37,py38
|
|
|
|
[testenv]
|
|
deps =
|
|
nose
|
|
setuptools>=6.1
|
|
commands =
|
|
python setup.py nosetests
|
|
|
|
[testenv:debian]
|
|
deps=
|
|
bleach
|
|
html5lib
|
|
ipaddr==2.1.10
|
|
itsdangerous==0.22
|
|
misaka==1.0.2
|
|
passlib==1.5.3
|
|
werkzeug==0.8.3
|