diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..271c1d9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.7" +# command to install dependencies +install: "pip install -r requirements.txt" +# command to run tests +script: make test diff --git a/CHANGELOG b/CHANGELOG index 86db7ab..2df3f27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* Wed Dec 02 2015 Sundeep Anand +* Wed Dec 02 2015 Sundeep Anand - 1.4.0 - Bug 1215274 - specify minimum percentage completion on pull - Rename zanatalib/project.py to zanatalib/projectutils.py - Bug 1156236 - use locale aliases defined in the server diff --git a/README.rst b/README.rst index d1c72fc..eec7ea6 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. image:: https://travis-ci.org/zanata/zanata-python-client.svg?branch=master + :target: https://travis-ci.org/zanata/zanata-python-client + Introduction ============