Skip to content

Commit

Permalink
Add a Travis config file with a badge in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Mar 20, 2015
1 parent 19f6550 commit d86c12c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python

python:
- 2.7

install:
- pip install tox

script:
- tox
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Lapyrinthe
==========

* [![Documentation Status](https://readthedocs.org/projects/lapyrinthe/badge/?version=latest)](https://readthedocs.org/projects/lapyrinthe/?badge=latest)
[![Build Status](https://travis-ci.org/Linkid/lapyrinthe.svg?branch=master)](https://travis-ci.org/Linkid/lapyrinthe)
[![Documentation Status](https://readthedocs.org/projects/lapyrinthe/badge/?version=latest)](https://readthedocs.org/projects/lapyrinthe/?badge=latest)


Lapyrinthe is a labyrinth game written in Python.
Expand Down

0 comments on commit d86c12c

Please sign in to comment.