Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afonari committed Oct 17, 2016
1 parent ab3fa03 commit e1d7cc3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
@@ -1,10 +1,18 @@
sudo: false

install:
- pip install coveralls

language: python

python:
- 2.7

script:
- python -m unittest discover
#script:
# - python -m unittest discover
script:
coverage run --source cookiecutter setup.py test

after_success:
coveralls

0 comments on commit e1d7cc3

Please sign in to comment.