From 72500f8b2d2e839c9b5a4dfd00e81884051a1e41 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 8 Aug 2015 18:53:47 -0400 Subject: use python34 for py3pep8. no sense advertising an out of date python --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 272f5b59..feebf280 100644 --- a/tox.ini +++ b/tox.ini @@ -69,7 +69,7 @@ commands = flake8 . [testenv:py3pep8] -basepython = python3.3 +basepython = python3.4 deps = flake8 flake8-import-order -- cgit v1.2.3