Skip to content

Commit

Permalink
add support of Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
o3bvv committed Oct 18, 2014
1 parent 91eb7c9 commit 384690d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install -e . --use-mirrors
- pip install nose coverage coveralls --use-mirrors
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries',
],
platforms=[
Expand Down

0 comments on commit 384690d

Please sign in to comment.