Skip to content

Commit 8abb73a

Browse files
committed
adds 3.4 compat and tests on 3.2, fixes #51
1 parent 280bbf7 commit 8abb73a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: python
22
python:
33
- '2.6'
44
- '2.7'
5+
- '3.2'
56
- '3.3'
7+
- '3.4'
68
install:
79
- pip install -r test_requirements.txt
810
- pip install -r requirements.txt

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def find_version(*file_paths):
5252
'Programming Language :: Python :: 3',
5353
'Programming Language :: Python :: 3.2',
5454
'Programming Language :: Python :: 3.3',
55+
'Programming Language :: Python :: 3.4',
5556

5657
'Topic :: Communications',
5758
'Topic :: Communications :: Chat',

0 commit comments

Comments
 (0)