Skip to content

Commit

Permalink
Travis & Coveralls integrated.
Browse files Browse the repository at this point in the history
  • Loading branch information
garncarz committed Nov 27, 2016
1 parent eff47a9 commit 385c6d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- 3.5
install:
- pip install pip-tools
- pip-sync requirements*.txt
- pip install coveralls
script:
./test.sh
after_success:
coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# The Great Privatization

[![Build Status](https://travis-ci.org/garncarz/privatizace.svg?branch=master)](https://travis-ci.org/garncarz/privatizace)
[![Coverage Status](https://coveralls.io/repos/github/garncarz/privatizace/badge.svg?branch=master)](https://coveralls.io/github/garncarz/privatizace?branch=master)

This is a homage to the old game
[Velká privatizace](http://www.bestoldgames.net/velka-privatizace).

Expand Down

0 comments on commit 385c6d8

Please sign in to comment.