Skip to content

Commit 3c572d0

Browse files
committed
Merge pull request #17 from Byron/support_python_3
Support python 3
2 parents afa2368 + fbbb309 commit 3c572d0

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ script:
1010
- nosetests --with-coverage
1111
after_success:
1212
- coveralls
13-
matrix:
14-
allow_failures:
15-
- python: 3.3
16-
- python: 3.4
17-
fast_finish: true

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"Operating System :: Microsoft :: Windows",
4545
"Operating System :: MacOS :: MacOS X",
4646
"Programming Language :: Python",
47+
"Programming Language :: Python :: 2",
48+
"Programming Language :: Python :: 2.6",
49+
"Programming Language :: Python :: 2.7",
50+
"Programming Language :: Python :: 3",
51+
"Programming Language :: Python :: 3.3",
52+
"Programming Language :: Python :: 3.4",
4753
],
4854
long_description=long_description,
4955
)

0 commit comments

Comments
 (0)