From cfa38dccead0d6958023c6d95524d7caba030780 Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Mon, 19 Jun 2017 09:08:10 +0100 Subject: [PATCH] Attempting to fix travis build --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39b1287..9f572b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false python: - - 3.6 + - 3.5 cache: directories: - $HOME/.cache/pip diff --git a/tox.ini b/tox.ini index 2b56887..a6918e0 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ max-line-length=120 exclude=build,venv,migrations,south_migrations,.tox [testenv:flake8] -basepython = python3.6 +basepython = python3.5 deps = flake8>=2.5.4 commands =