Explorar o código

Update CI build to Python 3.6 and PostgreSQL 9.6

Jeremy Stretch %!s(int64=6) %!d(string=hai) anos
pai
achega
e17597a0a9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.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