summaryrefslogtreecommitdiff
path: root/dev-python/pytest-flake8
diff options
context:
space:
mode:
authoreroen2017-07-25 01:11:39 +0200
committereroen2017-07-25 01:12:00 +0200
commitc05877565bb92c6b6687e0e5c0d90e2ebd102edd (patch)
treef7aa0ca2a7a7eb1d8d7cd309c872e273de805aee /dev-python/pytest-flake8
parent16c6d2f40fdddfcd315ea5a297f9f4aa37dd4a4d (diff)
downloaderoen-overlay-c05877565bb92c6b6687e0e5c0d90e2ebd102edd.tar.gz
eroen-overlay-c05877565bb92c6b6687e0e5c0d90e2ebd102edd.tar.bz2
eroen-overlay-c05877565bb92c6b6687e0e5c0d90e2ebd102edd.tar.xz
pytest-flake8-0.8.1 - add python3_6
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r--dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index 3023f8be..a42af5a6 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.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