Skip to content

Commit

Permalink
Merge pull request #32 from sundeep-co-in/STAGE
Browse files Browse the repository at this point in the history
added travis
  • Loading branch information
sdp5 committed Dec 9, 2015
2 parents 13a61c3 + be2d705 commit fe38cbf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
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
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
============

Expand Down

0 comments on commit fe38cbf

Please sign in to comment.