From f1a72aa4a4a9b28b9eb72e1ac5604bea4f7e0bd5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Jan 2017 15:14:20 -0800 Subject: [PATCH] travis: 3.6 is supported now Also add 'nightly' to look for problems with the upcoming python release (currently 3.7-dev). --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb414cc..ab1bd9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ python: - "3.3" - "3.4" - "3.5" - - "3.6-dev" + - "3.6" + - "nightly" install: - pip install -U pip tox virtualenv codecov script: