From 3d3596228d761b699ac4e58f4db9ec92a7a5c14c Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:05:23 +0200 Subject: [PATCH 1/8] Update hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hello.py b/hello.py index d4fb0b0..15b52c0 100644 --- a/hello.py +++ b/hello.py @@ -12,6 +12,7 @@ def say_what(): def main(): hello(say_what()) + print('iksde') return 0 From b292e2aaf144a383c472ae13574c4544a393c01c Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:15:31 +0200 Subject: [PATCH 2/8] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 15b52c0..2d68e05 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'world' + return 'worldd' def main(): From 6d3046fcfc3a60d1c98a03849073d87d3cd63b20 Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:22:00 +0200 Subject: [PATCH 3/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce752e..a739dcd 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# python-example \ No newline at end of file +# python-example [![Build Status](https://travis-ci.com/robertdrypa/python-example.svg?branch=master)](https://travis-ci.com/robertdrypa/python-example) From 1961ab4b58d0c4f8f698bc271fa2b5c89769e6aa Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:26:30 +0200 Subject: [PATCH 4/8] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 2d68e05..15b52c0 100644 --- a/hello.py +++ b/hello.py @@ -7,7 +7,7 @@ def hello(what): def say_what(): - return 'worldd' + return 'world' def main(): From 64c857b86afbb2ce48a9bcda38b4d17360bb3306 Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:31:42 +0200 Subject: [PATCH 5/8] Update .travis.yml --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b666f03..65afc93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,9 @@ sudo: false python: - 2.7 - 3.4 +- 3.9 +- 3.7 +env: BUILDER=false +before_script: +- echo $BUILDER script: py.test -v From 77c8837214f0fe8b1a7c14eec74dbe2d94ceea85 Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:34:47 +0200 Subject: [PATCH 6/8] Update .travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65afc93..ad513ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,4 @@ python: - 3.4 - 3.9 - 3.7 -env: BUILDER=false -before_script: -- echo $BUILDER script: py.test -v From c43c97ada64bfa1f335140d73b3791436163301f Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:36:45 +0200 Subject: [PATCH 7/8] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ad513ce..6dfd7e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,8 @@ python: - 3.4 - 3.9 - 3.7 +env: BUILDER=false +before_script: +- printenv BUILDER +- echo "test" script: py.test -v From 1d2a2aec243b5701bf2481e02654aaf776a08d80 Mon Sep 17 00:00:00 2001 From: robertdrypa <57505794+robertdrypa@users.noreply.github.com> Date: Sat, 10 Oct 2020 10:46:51 +0200 Subject: [PATCH 8/8] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6dfd7e6..a280c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false python: - 2.7 - 3.4 -- 3.9 - 3.7 env: BUILDER=false before_script: