We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79c4e60 + d1d5016 commit 88a3204Copy full SHA for 88a3204
shippable.yml
@@ -2,6 +2,7 @@ language: python
2
3
#build_image: shippable/minv2:beta
4
5
+
6
python:
7
- 2.7
8
- 2.6
some-test.py
@@ -7,7 +7,7 @@ class test_db(unittest.TestCase):
def testRowCount(self):
mql = Mysql()
9
mql.populate()
10
- self.failIf(mql.rowcount() != 5)
+ self.failIf(mql.rowcount() != 4)
11
12
13
def main():
0 commit comments