Skip to content

Commit be2d705

Browse files
committed
added travis
1 parent 5fb060a commit be2d705

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python:
44
# command to install dependencies
55
install: "pip install -r requirements.txt"
66
# command to run tests
7-
script: make test
7+
script: make test

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Wed Dec 02 2015 Sundeep Anand <[email protected]>
1+
* Wed Dec 02 2015 Sundeep Anand <[email protected]> - 1.4.0
22
- Bug 1215274 - specify minimum percentage completion on pull
33
- Rename zanatalib/project.py to zanatalib/projectutils.py
44
- Bug 1156236 - use locale aliases defined in the server

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. image:: https://travis-ci.org/sundeep-co-in/zanata-python-client.svg?branch=master
2-
:target: https://travis-ci.org/sundeep-co-in/zanata-python-client
1+
.. image:: https://travis-ci.org/zanata/zanata-python-client.svg?branch=master
2+
:target: https://travis-ci.org/zanata/zanata-python-client
33

44
Introduction
55
============

0 commit comments

Comments
 (0)