From 916fc672bd88a7e96738bc6bc5ac977666704030 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Mon, 1 Feb 2016 00:08:55 +0300 Subject: Travis: Add 3.5 to supported Python versions --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d051e5e..ec90ef8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - 3.2 - 3.3 - 3.4 + - 3.5 - pypy install: - pip uninstall -y nose -- cgit v1.2.1