diff --git a/README.md b/README.md index dce752e..480a8cf 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# python-example \ No newline at end of file +[![Build Status](https://travis-ci.org/Sobol100/python-example.svg?branch=master)](https://travis-ci.org/Sobol100/python-example) + +# python-example diff --git a/hello.py b/hello.py index d4fb0b0..e6a8cee 100644 --- a/hello.py +++ b/hello.py @@ -7,11 +7,12 @@ def hello(what): def say_what(): - return 'world' + return 'worlddddddddddddd' def main(): hello(say_what()) + print("xd") return 0 diff --git a/tests/Test1 b/tests/Test1 new file mode 100644 index 0000000..a63c8a3 --- /dev/null +++ b/tests/Test1 @@ -0,0 +1,2 @@ +def test_1(): + assert 1 == 1