Attempting to fix travis build

This commit is contained in:
Dave Hall 2017-06-19 09:08:10 +01:00
parent a5b3c7830f
commit cfa38dccea
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: python
sudo: false
python:
- 3.6
- 3.5
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.6
basepython = python3.5
deps =
flake8>=2.5.4
commands =