Skip to content

Commit dd0d7a6

Browse files
committed
Revert "Remove tox.ini"
This reverts commit 61db7c3. I use tox for my local testing during isso development.
1 parent deec1ee commit dd0d7a6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tox.ini

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[tox]
2+
envlist = py35,py36,py37,py38,py39,py310
3+
4+
[testenv]
5+
deps =
6+
pytest
7+
pytest-cov
8+
setuptools>=6.1
9+
commands =
10+
pytest isso/
11+
12+
[testenv:debian]
13+
deps=
14+
itsdangerous
15+
Jinja2
16+
misaka>=2.0,<3.0
17+
html5lib
18+
werkzeug>=1.0
19+
bleach
20+
flask-caching>=1.9

0 commit comments

Comments
 (0)