Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a81e3aa

Browse filesBrowse files
committed
Merge pull request #25 from zencoder/feature/advertise-python-3-support
Feature/advertise python 3 support
2 parents d360e33 + 8b11b0e commit a81e3aa
Copy full SHA for a81e3aa

File tree

2 files changed

+3
-0
lines changed
Filter options

2 files changed

+3
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ python:
33
- "2.6"
44
- "2.7"
55
- "3.3"
6+
- "3.4"
67
- "pypy"
78
install: pip install -e .
89
# command to run tests

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
'Programming Language :: Python',
2323
'Programming Language :: Python :: 2.6',
2424
'Programming Language :: Python :: 2.7',
25+
'Programming Language :: Python :: 3.3',
26+
'Programming Language :: Python :: 3.4',
2527
'Topic :: Software Development :: Libraries :: Python Modules'
2628
]
2729
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.