X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/17c0b4c4fc697eaca97d43c8e40b3a69586fcfcb..c320456457b135b05212cd0dd1df19d58c53e793:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 6a1936e..721c530 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,17 @@ env: - TASK_VERSION=v2.2.0 - TASK_VERSION=v2.3.0 - TASK_VERSION=v2.4.0 - - TASK_VERSION=2.4.1 + - TASK_VERSION=v2.4.1 + - TASK_VERSION=v2.4.2 + - TASK_VERSION=v2.4.3 + - TASK_VERSION=v2.4.4 + - TASK_VERSION=v2.5.0 + - TASK_VERSION=2.5.1 python: - - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" + - "3.5" install: - pip install -e . - pip install coveralls