Skip to content

Commit

Permalink
Add TravisCI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigge committed Aug 14, 2015
1 parent 5e270a1 commit 74b3932
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
sudo: false
python:
- 2.7
- pypy
install:
- pip install -r requirements.txt
- pip install coveralls
- git clone https://github.com/dtcooper/python-fitparse.git
- cp -R python-fitparse/fitparse `python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
script:
- coverage run --source=fittotcx setup.py test
- python setup.py install
- fittotcx
after_success:
- coveralls
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FIT to TCX
==========

[![Travis branch](https://img.shields.io/travis/Tigge/FIT-to-TCX/master.svg)](https://travis-ci.org/Tigge/FIT-to-TCX)
[![Coveralls branch](https://img.shields.io/coveralls/Tigge/FIT-to-TCX/master.svg)](https://coveralls.io/r/Tigge/FIT-to-TCX?branch=master)

Requirements
------------

Expand Down

0 comments on commit 74b3932

Please sign in to comment.