changeset 1022:84492d185813

cm: Add Python 3.6 to Travis-CI.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Dec 2017 22:30:39 -0800
parents 22e767899e52
children 0302f690a4c5
files .travis.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Tue Dec 05 22:30:27 2017 -0800
+++ b/.travis.yml	Tue Dec 05 22:30:39 2017 -0800
@@ -3,6 +3,7 @@
 python:
   - "3.4"
   - "3.5"
+  - "3.6"
 install:
   - "python setup.py version -f 2.0"
   - "python setup.py sdist --formats=zip"