Skip to content

Commit fe38cbf

Browse files
committed
Merge pull request #32 from sundeep-co-in/STAGE
added travis
2 parents 13a61c3 + be2d705 commit fe38cbf

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
# command to install dependencies
5+
install: "pip install -r requirements.txt"
6+
# command to run tests
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. image:: https://travis-ci.org/zanata/zanata-python-client.svg?branch=master
2+
:target: https://travis-ci.org/zanata/zanata-python-client
3+
14
Introduction
25
============
36

0 commit comments

Comments
 (0)