From 6588545631bf191f1bd4d77916855be1475eb2d5 Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Fri, 4 Dec 2015 15:38:08 +0530 Subject: [PATCH 1/3] travis file --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..04b7bef --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - "2.6" + - "2.7" +# command to install dependencies +install: "pip install -r requirements.txt" +# command to run tests +script: make test \ No newline at end of file From 2d5178ae1dfe9f1641564ce944abfb8af3de511e Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Fri, 4 Dec 2015 15:55:08 +0530 Subject: [PATCH 2/3] added travis --- .travis.yml | 1 - README.rst | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04b7bef..06b8d73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" # command to install dependencies install: "pip install -r requirements.txt" diff --git a/README.rst b/README.rst index d1c72fc..ec143bb 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. image:: https://travis-ci.org/sundeep-co-in/zanata-python-client.svg?branch=master + :target: https://travis-ci.org/sundeep-co-in/zanata-python-client + Introduction ============ From be2d705a7ccda2122b8267b8b863fc85605c3e1d Mon Sep 17 00:00:00 2001 From: Sundeep Anand Date: Wed, 9 Dec 2015 14:01:44 +0530 Subject: [PATCH 3/3] added travis --- .travis.yml | 2 +- CHANGELOG | 2 +- README.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06b8d73..271c1d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: make test \ No newline at end of file +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 ec143bb..eec7ea6 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/sundeep-co-in/zanata-python-client.svg?branch=master - :target: https://travis-ci.org/sundeep-co-in/zanata-python-client +.. image:: https://travis-ci.org/zanata/zanata-python-client.svg?branch=master + :target: https://travis-ci.org/zanata/zanata-python-client Introduction ============