From e3a7de8cfb3de1d25f0c8cdbdef22e2a5ebc01d9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 16 Jan 2017 17:20:50 +0200 Subject: Python 3.6 is out --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2aab22b..abc27a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ matrix: - os: linux dist: trusty python: '3.5' + - os: linux + dist: trusty + python: '3.6' - os: linux dist: trusty python: pypy -- cgit v1.2.1