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'