travis: Run backend tests in Python 3.5.

This commit is contained in:
Umair Khan 2017-08-23 12:28:15 +05:00 committed by showell
parent c039f73656
commit a27eda1994
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ matrix:
env: TEST_SUITE=backend env: TEST_SUITE=backend
- python: "3.4" - python: "3.4"
env: TEST_SUITE=production env: TEST_SUITE=production
- python: "3.5"
env: TEST_SUITE=backend
sudo: required sudo: required
services: services:
- docker - docker