From e24aa774e17effa69b61a0360c7ca3db059bac9a Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 1 Feb 2017 11:34:39 +0700 Subject: [PATCH] .travis.yml: Replace 3.6-dev with 3.6 Python 3.6 has been released for a while, but Travis only supported the version '3.6-dev'. The Travis Python version '3.6' is now working. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 199ad6e95f..e0ec9b9b63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - 3.4 - 3.5 - - 3.6-dev + - 3.6 matrix: include: