From 36d3ad6ee963a20e75f83c3547ae9abe440d75b5 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 30 Sep 2014 13:46:27 +0530 Subject: [PATCH 1/7] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 89d6d59f..e090dee3 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 61) + self.failIf(app.retrieve() != 62) def main(): From 73a9cc921d3b8bec1d02bfa8d5d4f76c5fe7739a Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 30 Sep 2014 13:50:00 +0530 Subject: [PATCH 2/7] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 199f00c8..af52623c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ script: - which python && coverage xml -o shippable/codecoverage/coverage.xml test.py after_success: - - git push git@heroku.com:test-python-sample.git $BRANCH + - echo "testing" + #- git push git@heroku.com:test-python-sample.git $BRANCH parallelized_test : true From f43a52ada92fba8ea97ff18c84b51bcbe64b8fca Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 30 Sep 2014 16:42:28 +0530 Subject: [PATCH 3/7] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e090dee3..89d6d59f 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 62) + self.failIf(app.retrieve() != 61) def main(): From 0d18a7bd2800911068e74a6d5271ecd448445135 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 14 Oct 2014 11:02:21 +0530 Subject: [PATCH 4/7] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 89d6d59f..e090dee3 100755 --- a/test.py +++ b/test.py @@ -6,7 +6,7 @@ class TestSuite(unittest.TestCase): def test(self): app = App() app.calculate() - self.failIf(app.retrieve() != 61) + self.failIf(app.retrieve() != 62) def main(): From fa0bff8cf1f7f5eb43517501d74e69df3e61e534 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 14 Oct 2014 11:04:23 +0530 Subject: [PATCH 5/7] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af52623c..485bf877 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: python +language: erlang python: #- 2.6 - 2.7 From deaebf9ae972cd7cd5dbb1c62ae50a84fb8be117 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 14 Oct 2014 11:08:46 +0530 Subject: [PATCH 6/7] Update .travis.yml --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 485bf877..cba36c26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ -language: erlang -python: +language: python +ruby: 1.9.2 #- 2.6 - - 2.7 - - 3.2 + #- 2.7 + #- 3.2 #- 3.3 # - 3.4 #- pypy From fe189b7a96c80d5a778cf9976a50118b03925327 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 14 Oct 2014 11:09:43 +0530 Subject: [PATCH 7/7] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cba36c26..ddeafeb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python -ruby: 1.9.2 -#- 2.6 +python: + - 2.6 #- 2.7 #- 3.2 #- 3.3