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
|
|
@ -4,11 +4,10 @@ from .config import (
|
|||
app_key, app_secret, oauth_token, oauth_token_secret,
|
||||
protected_twitter_1, protected_twitter_2, screen_name,
|
||||
test_tweet_id, test_list_slug, test_list_owner_screen_name,
|
||||
access_token, test_tweet_object, test_tweet_html
|
||||
access_token, test_tweet_object, test_tweet_html, unittest
|
||||
)
|
||||
|
||||
import time
|
||||
import unittest
|
||||
|
||||
|
||||
class TwythonEndpointsTestCase(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue