Skip to content

Commit 0eb7892

Browse files
author
Brian Warner
committed
Merge pull request #26 from alex/patch-1
Test under Python 3.4
2 parents 78eed00 + e20f3dd commit 0eb7892

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
- "pypy"
89
install: true
910
script:

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ def run(self):
4949
"Programming Language :: Python :: 3",
5050
"Programming Language :: Python :: 3.2",
5151
"Programming Language :: Python :: 3.3",
52+
"Programming Language :: Python :: 3.4",
5253
],
5354
)

0 commit comments

Comments
 (0)