diff options
author | 2017-02-09 16:44:22 -0800 | |
---|---|---|
committer | 2017-02-12 14:17:26 -0800 | |
commit | cb1832ec34b6ceea7f62615aa20071f0aeb76bbb (patch) | |
tree | 43d92f94d80e763c51a9b3fc5cb8b0070f8f40d2 /dev-python/pytest/pytest-3.0.2.ebuild | |
parent | dev-python/py: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-cb1832ec34b6ceea7f62615aa20071f0aeb76bbb.tar.gz gentoo-cb1832ec34b6ceea7f62615aa20071f0aeb76bbb.tar.bz2 gentoo-cb1832ec34b6ceea7f62615aa20071f0aeb76bbb.zip |
dev-python/pytest: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pytest/pytest-3.0.2.ebuild')
-rw-r--r-- | dev-python/pytest/pytest-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-3.0.2.ebuild b/dev-python/pytest/pytest-3.0.2.ebuild index b6b567db8fd8..1440dc2f2ca4 100644 --- a/dev-python/pytest/pytest-3.0.2.ebuild +++ b/dev-python/pytest/pytest-3.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |