summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2017-11-08 07:07:03 +0000
committerPatrick Lauer <patrick@gentoo.org>2017-11-08 07:07:58 +0000
commit1121291aa19bd791d1f07193e3e251b1bbfebc3e (patch)
treec67de64a2880575f817869fb1ae7010ed5b80672 /dev-python/pytest-isort
parentdev-python/pytest-flake8: Add py36 (diff)
downloadgentoo-1121291aa19bd791d1f07193e3e251b1bbfebc3e.tar.gz
gentoo-1121291aa19bd791d1f07193e3e251b1bbfebc3e.tar.bz2
gentoo-1121291aa19bd791d1f07193e3e251b1bbfebc3e.zip
dev-python/pytest-isort: Add py36
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/pytest-isort')
-rw-r--r--dev-python/pytest-isort/pytest-isort-0.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
index d0c9bc036a4d..8fe6efc963f1 100644
--- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
+++ b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1