diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-17 13:21:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-17 14:14:53 +0200 |
commit | 3937dca1083e10db74e6ada72461a47b169293cd (patch) | |
tree | acc18a7db236abf0b64d629dfa32f2bb8f388e22 /dev-python/scripttest | |
parent | dev-python/scripttest: Use GitHub tarball to run tests (diff) | |
download | gentoo-3937dca1083e10db74e6ada72461a47b169293cd.tar.gz gentoo-3937dca1083e10db74e6ada72461a47b169293cd.tar.bz2 gentoo-3937dca1083e10db74e6ada72461a47b169293cd.zip |
dev-python/scripttest: Tested on py3.5&3.6
Diffstat (limited to 'dev-python/scripttest')
-rw-r--r-- | dev-python/scripttest/scripttest-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scripttest/scripttest-1.3.0.ebuild b/dev-python/scripttest/scripttest-1.3.0.ebuild index 0a1a9817255a..c3f711901973 100644 --- a/dev-python/scripttest/scripttest-1.3.0.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |