Use Python 3.6 in .travil.yml

This commit is contained in:
Matt Molyneaux 2017-06-13 19:51:50 +01:00
parent b0435d0b72
commit f3d969c030
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: python
sudo: false
python:
- 3.5
- 3.6
cache:
directories:
- $HOME/.cache/pip

View file

@ -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 =