Skip to content

Commit d9a7869

Browse files
committed
[Added]🔌\ Tox for py multiversion testing
1 parent 424e65d commit d9a7869

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tox==4.6.4
2+
certifi==2023.5.7
3+
charset-normalizer==3.1.0
4+
idna==3.4
5+
requests==2.31.0
6+
urllib3==2.0.2

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[tox]
2+
envlist = py36, py37, py38, py39, py310
3+
isolated_build=true
4+
5+
[testenv]
6+
platform = linux
7+
deps =
8+
-rrequirements-dev.txt
9+
nose2
10+
commands =
11+
nose2 # or your test command

0 commit comments

Comments
 (0)