From 1a987606958b5b5073557b83ba8bfe8dfe9b14d8 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 19 Oct 2016 10:37:23 -0600 Subject: TST: Start testing with Python 2.6 development releases. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 47a6bc171..58fc8415e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ python: - 2.7 - 3.4 - 3.5 + - 3.6-dev matrix: include: - python: 2.7 -- cgit v1.2.1