Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeeip committed Jan 30, 2016
1 parent 95a1522 commit beef674
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python: 2.7
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
install:
- pip install tox
script:
- tox -e $TOX_ENV
matrix:
include:
- python: 3.5
env:
- TOX_ENV=py35
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Swagger to .rst Converter

[![Build Status](https://travis-ci.org/Arello-Mobile/swagger2rst.svg?branch=master)](https://travis-ci.org/Arello-Mobile/swagger2rst)

## Install
```bash
pip install swagger2rst
Expand Down

0 comments on commit beef674

Please sign in to comment.