Skip to content

Commit

Permalink
Fix travis (hopefully, as usual)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenjiTakahashi committed Feb 26, 2017
1 parent d5bcf9a commit f91100e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install coverage
- pip install coveralls
- pip install . --use-mirrors
- pip install .
script:
- coverage run --source=td setup.py -q nosetests
- coverage report -m
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/KenjiTakahashi/td.png?branch=master)](https://travis-ci.org/KenjiTakahashi/td) [![Coverage](https://coveralls.io/repos/KenjiTakahashi/td/badge.png?branch=master)](https://coveralls.io/r/KenjiTakahashi/td)

**td** is a non-offensive, per project ToDo manager.

Heavily inspired by [devtodo][devtodo], but with some nasty features, like:
Expand All @@ -6,7 +8,7 @@ Heavily inspired by [devtodo][devtodo], but with some nasty features, like:
* Sorting/Filtering specific levels only.
* Persistent sort/filter/view options.
* Written in pure Python (it even has docstrings).
* Tests ([![Build Status](https://travis-ci.org/KenjiTakahashi/td.png?branch=master)](https://travis-ci.org/KenjiTakahashi/td) [![Coverage](https://coveralls.io/repos/KenjiTakahashi/td/badge.png?branch=master)](https://coveralls.io/r/KenjiTakahashi/td)).
* Tests.

Oh, and it will automagically pick up your existing [devtodo][devtodo] lists!

Expand Down

0 comments on commit f91100e

Please sign in to comment.