Skip to content

Commit 61d477f

Browse files
committed
Add tox.ini for testing multiple runtimes
1 parent 9a0ad5b commit 61d477f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tox]
2+
envlist = py27,py36,py37,py38,py39,py310,py311,pypy2,pypy3
3+
4+
[testenv]
5+
deps = -rtest-requirements.txt
6+
-rrequirements.txt
7+
commands =
8+
pytest {posargs}

0 commit comments

Comments
 (0)