changeset 671:3c4075e37dc2

cm: Also test Python 3.5 with Travis.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Mar 2016 22:10:18 -0800
parents a409a7bb3948
children 783ff8bc4e03
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Thu Mar 03 22:38:55 2016 -0800
+++ b/.travis.yml	Fri Mar 04 22:10:18 2016 -0800
@@ -2,6 +2,7 @@
 language: python
 python:
   - "3.4"
+  - "3.5"
 install:
   - "pip install -r requirements.txt"
   - "pip install -r dev-requirements.txt"