Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
Use Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Nordhausen committed Sep 22, 2015
1 parent 2d2320d commit fd47852
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.6"
- "2.7"
install:
- pip install pybuilder
- pip install coveralls
- pyb install_dependencies

script: "pyb verify analyze"
after_success:
- coveralls --verbose
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. image:: https://travis-ci.org/ImmobilienScout24/yamlreader.png?branch=master
:alt: Travis build status image
:align: left
:target: https://travis-ci.org/ImmobilienScout24/yamlreader

==========
yamlreader
==========
Expand Down

0 comments on commit fd47852

Please sign in to comment.