Skip to content

Commit 12bc4f9

Browse files
committed
Enable Py3.5 tests on Travis and add Py3.5 trove classifier to setup.py
1 parent 7959135 commit 12bc4f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22

33
python:
4+
- "3.5"
45
- "3.4"
56
- "3.3"
67
- "2.7"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"Programming Language :: Python :: 3",
107107
"Programming Language :: Python :: 3.3",
108108
"Programming Language :: Python :: 3.4",
109+
"Programming Language :: Python :: 3.5",
109110
"License :: OSI Approved",
110111
"License :: OSI Approved :: MIT License",
111112
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)