Skip to content

Commit

Permalink
added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdp5 committed Dec 9, 2015
1 parent 5fb060a commit be2d705
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ python:
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: make test
script: make test
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Wed Dec 02 2015 Sundeep Anand <[email protected]>
* Wed Dec 02 2015 Sundeep Anand <[email protected]> - 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
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
============
Expand Down

0 comments on commit be2d705

Please sign in to comment.