dev-python/tox: add py36 compat

This commit is contained in:
Tim Harder
2017-02-23 00:49:14 -05:00
parent 06a5c488ab
commit 03b97b12f5

View File

@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
inherit distutils-r1