فهرست منبع

Update CI build to Python 3.6 and PostgreSQL 9.6

Jeremy Stretch 6 سال پیش
والد
کامیت
e17597a0a9
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -3,10 +3,10 @@ services:
   - postgresql
   - postgresql
   - redis-server
   - redis-server
 addons:
 addons:
-  postgresql: "9.4"
+  postgresql: "9.6"
 language: python
 language: python
 python:
 python:
-  - "3.5"
+  - "3.6"
 install:
 install:
   - pip install -r requirements.txt
   - pip install -r requirements.txt
   - pip install pycodestyle
   - pip install pycodestyle