Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ActiDoo/gamification-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
feldi-online committed Mar 4, 2015
2 parents 519e8d8 + cfc19fd commit 003d5c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ install:

# command to run tests
script: nosetests

# deploy to pypi
deploy:
provider: pypi
user: $PYPI_USER
password: $PYPI_PASSWORD
on:
tags: true
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# gamification-engine
[![Build Status](https://travis-ci.org/ActiDoo/gamification-engine.svg?branch=master)](https://travis-ci.org/ActiDoo/gamification-engine)
[![Documentation Status](https://readthedocs.org/projects/gamification-engine/badge/?version=latest)](https://readthedocs.org/projects/gamification-engine/?badge=latest)
[![Latest Version](https://pypip.in/version/gamification-engine/badge.svg)](https://pypi.python.org/pypi/gamification-engine/)
[![Downloads](https://pypip.in/download/gamification-engine/badge.svg?period=month)](https://pypi.python.org/pypi/gamification-engine/)
[![License](https://pypip.in/license/gamification-engine/badge.svg)](https://pypi.python.org/pypi/gamification-engine/)


gamification-engine (gengine) is an open source software (AGPL) for integrating any kinds of gamification features into your product.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'pytz',
'dogpile.cache',
'pyramid_dogpile_cache',
'flask',
'Flask>=0.10.1',
'flask-admin',
'psycopg2',
'pymemcache',
Expand Down

0 comments on commit 003d5c0

Please sign in to comment.