diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..344c3d5c3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" +install: "pip install pytest" +script: py.test --doctest-modules \ No newline at end of file diff --git a/README.md b/README.md index 8fcf1a656..58dcc3860 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python) # The Algorithms - Python ### All algorithms implemented in Python (for education)