Skip to content

Commit 03b3715

Browse files
authored
Merge pull request #488 from medecau/add-tox
Add tox config
2 parents ab8fd84 + e69c164 commit 03b3715

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)