Add Python 3.6

This commit is contained in:
Hugo
2017-10-16 08:40:31 +03:00
committed by GitHub
parent 3437a7030f
commit e78f0ecedb
+2 -1
View File
@@ -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'
python: '2.7'