Skip to content

Commit

Permalink
update travis to run coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 20, 2016
1 parent 37c6124 commit a16ce41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# .travis.yml
language: python
python:
- 2.7
- 3.3
install:
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=mriqc setup.py test
after_success:
coveralls

0 comments on commit a16ce41

Please sign in to comment.