diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..1ef62fc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ + language: python + python: + - "3.6" + script: + - pytest diff --git a/README.md b/README.md index d2616b3..14c4c83 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,5 @@ Program to let users play Rock Paper Scissor with computer. - Install python3. - Clone the repository. - Run the python programs in your own PC. + +[![Build Status](https://travis-ci.org/TG1999/Unique-Python.svg?branch=master)](https://travis-ci.org/TG1999/Unique-Python) \ No newline at end of file