updated unit tests and travis config for python 2.6 and 3
This commit is contained in:
parent
c449e3f8e1
commit
30ff4319e2
6 changed files with 19 additions and 20 deletions
|
|
@ -1,8 +1,6 @@
|
|||
from twython import Twython, TwythonError, TwythonAuthError
|
||||
|
||||
from .config import app_key, app_secret, screen_name
|
||||
|
||||
import unittest
|
||||
from .config import app_key, app_secret, screen_name, unittest
|
||||
|
||||
|
||||
class TwythonAuthTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue