Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 2e27c7a

Browse files
author
Jason Costello
committed
Adding tox testing config
1 parent 4f55771 commit 2e27c7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tox]
2+
envlist = py36,py37,py38,py39
3+
4+
[testenv]
5+
deps = .[dev]
6+
commands = pytest

0 commit comments

Comments
 (0)