Skip to content

Commit

Permalink
Correct .travis.yml format and add Travis badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
prat0318 committed Aug 21, 2014
1 parent eba6a53 commit 7e301a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: python
env:
- TOX_ENV=py26
Expand All @@ -11,4 +10,4 @@ install:
script:
- tox -e $TOX_ENV
after_success:
coveralls
- coveralls
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. image:: https://travis-ci.org/Yelp/swagger-py.png?branch=master
:target: https://travis-ci.org/Yelp/swagger-py?branch=master


Documentation
=============

Expand Down

0 comments on commit 7e301a8

Please sign in to comment.