Skip to content

Commit

Permalink
Merge 54d78ac into c04fa4c
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar8088 committed Dec 26, 2013
2 parents c04fa4c + 54d78ac commit 146c593
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,6 +3,11 @@ python:
- "2.6"
- "2.7"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coverage coveralls

# command to run tests
script: python manage.py test leave_tracker
script: coverage run manage.py test leave_tracker

after_success: coveralls

0 comments on commit 146c593

Please sign in to comment.