Skip to content

Commit

Permalink
Merge pull request #6 from Capitains/dev
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
PonteIneptique committed Jul 3, 2015
2 parents cb8c4f3 + 3e7bfb2 commit 534c0ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file removed .coverage
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@

/venv/
/venv2.7/
__pycache__
__pycache__
.coverall
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ install:
- pip install coveralls
# command to run tests
script:
- python -m unittest discover --verbose
- coverage run --source=MyCapytain setup.py test
after_success:
- coveralls
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then coveralls; fi
branches:
only:
- master

0 comments on commit 534c0ba

Please sign in to comment.