Skip to content

Commit

Permalink
testing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeunix committed May 25, 2014
1 parent 01d39a5 commit 43c62a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@ python:
- "2.6"
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt"
install:
- "pip install -r requirements.txt"
- "pip install coveralls"
before_script:
- mysql -e 'create database cito;'
- python manage.py syncdb --noinput
# command to run tests
script: python manage.py test
script:
- coverage run --source='.' --omit=tests*,fabfile*,*admin*,*urls*,*manage*,*/settings/*,*wsgi* manage.py test
after_success:
- coveralls
notifications:
email:
- sysadmin@citoengine.org

0 comments on commit 43c62a1

Please sign in to comment.