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 =