We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0ad5b commit 61d477fCopy full SHA for 61d477f
1 file changed
tox.ini
@@ -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