diff --git a/.travis.yml b/.travis.yml index 872121c21..4ad37604e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ services: - postgresql - redis-server addons: - postgresql: "9.4" + postgresql: "9.6" language: python python: - - "3.5" + - "3.6" install: - pip install -r requirements.txt - pip install pycodestyle