Skip to content

Commit b9dda15

Browse files
committed
Add pypy3 to tox envlist
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 2c55fd3 commit b9dda15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[tox]
2-
envlist=py35,py36,py37
2+
envlist =
3+
py35
4+
py36
5+
py37
6+
pypy3
37

48
[testenv]
59
deps=-rtests/test_requirements.txt

0 commit comments

Comments
 (0)