We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ce36 commit 892c1baCopy full SHA for 892c1ba
.travis.yml
@@ -2,9 +2,8 @@ language: python
2
3
python:
4
- "2.7"
5
- - "3.3"
6
- - "3.4"
7
- "3.5"
+ - "3.6"
8
9
install:
10
- pip install -r requirements.txt coverage python-coveralls
setup.py
@@ -30,9 +30,9 @@
30
'Programming Language :: Python :: 3',
31
'Programming Language :: Python :: 2.6',
32
'Programming Language :: Python :: 2.7',
33
- 'Programming Language :: Python :: 3.2',
34
- 'Programming Language :: Python :: 3.3',
35
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
36
'Topic :: Internet :: WWW/HTTP',
37
'Topic :: Software Development :: Libraries :: Python Modules',
38
],
0 commit comments