Skip to content

Commit fdc5f3b

Browse files
nikolasgsnedders
authored andcommitted
Add testing on python 3.5
1 parent 0c551c9 commit fdc5f3b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8+
- "3.5"
89
- "pypy"
910
sudo: false
1011

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'Programming Language :: Python :: 3.2',
1919
'Programming Language :: Python :: 3.3',
2020
'Programming Language :: Python :: 3.4',
21+
'Programming Language :: Python :: 3.5',
2122
'Topic :: Software Development :: Libraries :: Python Modules',
2223
'Topic :: Text Processing :: Markup :: HTML'
2324
]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py32,py33,py34,pypy
2+
envlist = py26,py27,py32,py33,py34,py35,pypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)