From f3d969c030bafee7f2a7c004decc89a5bf0a1035 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Tue, 13 Jun 2017 19:51:50 +0100 Subject: [PATCH] Use Python 3.6 in .travil.yml --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f572b4..39b1287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python sudo: false python: - - 3.5 + - 3.6 cache: directories: - $HOME/.cache/pip diff --git a/tox.ini b/tox.ini index a6918e0..2b56887 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.5 +basepython = python3.6 deps = flake8>=2.5.4 commands =