Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Oct 17, 2016
1 parent 63a2b93 commit a369491
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
install: pip install tox-travis
script: tox
install:
- pip install tox-travis
script: tox
after_success: codecov
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/SRJ9/django-driver27.svg?branch=master)](https://travis-ci.org/SRJ9/django-driver27)
[![codecov](https://codecov.io/gh/SRJ9/django-driver27/branch/master/graph/badge.svg)](https://codecov.io/gh/SRJ9/django-driver27)

# driver27
Racing competition manager in Django where you can manage different
motor competitions with its own punctuation rules, races, drivers, teams
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ setenv =
DJANGO_SETTINGS_MODULE = demo.dr27_demo.settings

commands =
py.test
py.test --cov=driver27

passenv = CI TRAVIS TRAVIS_*

deps =
pytest
pytest-cov
codecov
-rrequirements.txt
d17: django>=1.7,<1.8
d18: django>=1.8,<1.9
Expand Down

0 comments on commit a369491

Please sign in to comment.