Skip to content

Commit e69c164

Browse files
committed
Add tox config
1 parent ea3ba0d commit e69c164

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tox.ini

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[tox]
2+
envlist =
3+
py35
4+
py36
5+
py37
6+
py38
7+
py39
8+
pypy3
9+
10+
skip_missing_interpreters = true
11+
12+
13+
[testenv]
14+
deps = pytest
15+
commands = py.test {posargs}

0 commit comments

Comments
 (0)