diff .travis.yml @ 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 aefd2714d205
children a9b13c848b20
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"