From e78f0ecedb96aff4eb7ba2b125a30abdba22bf1e Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 16 Oct 2017 08:40:31 +0300 Subject: [PATCH] Add Python 3.6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b7b29ac..0550534c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - '3.3' - '3.4' - '3.5' +- '3.6' sudo: false script: - python setup.py test @@ -20,4 +21,4 @@ deploy: tags: true distributions: sdist bdist_wheel repo: PyGithub/PyGithub - python: '2.7' \ No newline at end of file + python: '2.7'