Commit da68a8ae authored by Kirill Smelkov's avatar Kirill Smelkov

tox += PyPy3

Debian started to ship PyPy3:

	https://packages.debian.org/search?keywords=pypy3
parent 942ee900
[tox]
# TODO pypy -> pypy2, pypy3 once pypy3 lands in Debian
# https://bugs.debian.org/825970
envlist = {py27,py36,py37,pypy}-{thread,gevent}
envlist = {py27,py36,py37,pypy,pypy3}-{thread,gevent}
[testenv]
deps =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment