From feac4441c9faae8d67c1621c6def5cc5a9b72db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolai=20R=C3=B8ed=20Kristiansen?= Date: Thu, 28 Jul 2016 01:59:44 +0200 Subject: [PATCH] Travis: run tests under python 3.5 (#284) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 897cc21..d87d605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.6" - "2.7" + - "3.5" install: - pip install -r requirements.txt - pip install -r requirements-test.txt