Skip to content

Commit 892c1ba

Browse files
committed
Add python 3.6 env to travis
1 parent 909ce36 commit 892c1ba

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
6-
- "3.4"
75
- "3.5"
6+
- "3.6"
87

98
install:
109
- pip install -r requirements.txt coverage python-coveralls

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
'Programming Language :: Python :: 3',
3131
'Programming Language :: Python :: 2.6',
3232
'Programming Language :: Python :: 2.7',
33-
'Programming Language :: Python :: 3.2',
34-
'Programming Language :: Python :: 3.3',
3533
'Programming Language :: Python :: 3.4',
34+
'Programming Language :: Python :: 3.5',
35+
'Programming Language :: Python :: 3.6',
3636
'Topic :: Internet :: WWW/HTTP',
3737
'Topic :: Software Development :: Libraries :: Python Modules',
3838
],

0 commit comments

Comments
 (0)