Skip to content

Commit 9e695e9

Browse files
author
Yoav Schatzberg
committed
Adding 2.6 to tested versions and modifying unit tests to work in all tested versions
1 parent 997b8ba commit 9e695e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "2.6"
34
- "2.7"
45
- "3.4"
56
# command to install dependencies

tests/client_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def response_with_data_header():
5151
}
5252

5353
class TestSiftPythonClient(unittest.TestCase):
54-
@classmethod
55-
def setUpClass(self):
54+
def setUp(self):
5655
self.test_key = 'a_fake_test_api_key'
5756
self.sift_client = sift.Client(self.test_key)
5857

0 commit comments

Comments
 (0)