We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc14146 + 6cdef5a commit 61c7e4cCopy full SHA for 61c7e4c
.travis.yml
@@ -4,6 +4,7 @@
4
language: python
5
6
env:
7
+ - TOXENV=py36
8
- TOXENV=py35
9
- TOXENV=py34
10
- TOXENV=py33
setup.py
@@ -50,6 +50,7 @@
50
'Programming Language :: Python :: 3.3',
51
'Programming Language :: Python :: 3.4',
52
'Programming Language :: Python :: 3.5',
53
+ 'Programming Language :: Python :: 3.6',
54
],
55
test_suite='tests',
56
tests_require=test_requirements
0 commit comments