updated unit tests and travis config for python 2.6 and 3

This commit is contained in:
cash 2014-01-11 15:52:46 -05:00
parent c449e3f8e1
commit 30ff4319e2
6 changed files with 19 additions and 20 deletions

View file

@ -1,11 +1,9 @@
from twython import TwythonStreamer, TwythonStreamError
from .config import (
app_key, app_secret, oauth_token, oauth_token_secret
app_key, app_secret, oauth_token, oauth_token_secret, unittest
)
import unittest
class TwythonStreamTestCase(unittest.TestCase):
def setUp(self):