From 6b7f2fa81d8ac9c28f9b212ca0dbed70d32e6807 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Tue, 31 Jan 2017 12:34:59 -0500 Subject: [PATCH] add the Python 3.6 build to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ce3cf4a..f3d05d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "nightly" install: - pip install -r ./requirements-dev.txt