From f91100e6d66dbcd7245e2dc72d91c995b16f6100 Mon Sep 17 00:00:00 2001 From: KenjiTakahashi Date: Sun, 26 Feb 2017 01:34:10 +0100 Subject: [PATCH] Fix travis (hopefully, as usual) --- .travis.yml | 4 +++- README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9c8225..6a732e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index b20f88c..9727836 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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!