Skip to content

Commit

Permalink
Merge 72b3bd5 into 270489d
Browse files Browse the repository at this point in the history
  • Loading branch information
bport committed Sep 9, 2014
2 parents 270489d + 72b3bd5 commit b78902f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -5,10 +5,11 @@ python:

install:
- pip install -r requirements.txt

- pip install coveralls
script:
- python yokadi/tests/tests.py

- coverage run --source=yokadi --omit="yokadi/tests/*" yokadi/tests/tests.py
after_success:
coveralls
notifications:
email: false
irc: "chat.freenode.net#yokadi"
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -3,3 +3,4 @@ icalendar==3.6.1
python-dateutil==2.2
pycrypto==2.6.1
setproctitle==1.1.8
coverage

0 comments on commit b78902f

Please sign in to comment.