Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Chen committed Mar 17, 2017
1 parent 1757e32 commit 0a1f6bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "3.4" # working version
- "2.7"
# - "2.7"
env:
# no for now
install:
Expand Down
1 change: 1 addition & 0 deletions mq/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
kafka modules defines Kafka client classes
"""

from __future__ import unicode_literals
from .base import IConnect, IProduce, IConsume
from .consts import KafkaConfKeys
import kafka
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
# 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
# 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py34, py27
envlist = py34

# for reading file error in setup.py
skipsdist = True
Expand Down

0 comments on commit 0a1f6bc

Please sign in to comment.