From 3c3a2cec35507ad3e90f5eb0fb76e54e847c317f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Sep 2017 10:07:01 -0400 Subject: Fix travis build (#126) * Fix travis build * This isn't required anymore --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e49cc17..3fb82a9 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = flake8 . [testenv:py3pep8] -basepython = python3.3 +basepython = python3 deps = flake8 flake8-import-order -- cgit v1.2.1