Skip to content

Commit

Permalink
(ci): track builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mugoh committed Jun 5, 2019
1 parent 0400e67 commit ad65da9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
cache: pip
python:
- "3.6"
sudo: true

before_script:
- pip install coverage
- pip install coveralls
- pip install click

script:
- coverage run --source=convertor/ -m pytest && coverage report -m

after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# audioConvertor
# audioConvertor [![Build Status](https://travis-ci.org/hogum/audioConvertor.svg?branch=master)](https://travis-ci.org/hogum/audioConvertor)

audioConvertor is a multifile media format convertor command line tool. It allows conversion of files to various media types, the most emphasised on, being from video to audio.
The tool is guide detailed out on [this blog post](https://medium.com/@mugoh.ks/python-click-building-your-first-command-line-interface-application-6947d5319ef7)
Expand Down

0 comments on commit ad65da9

Please sign in to comment.