From: Tomas Babej Date: Sat, 26 Dec 2015 12:30:41 +0000 (+0100) Subject: travis: Do not test with Python 3.2, start testing with Python 3.5 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/f17eb34f55544b849b34e9f73013e0224d01408f?ds=inline;hp=-c;pf=etc travis: Do not test with Python 3.2, start testing with Python 3.5 The coverage package has issues with Python 3.2, and Python 3.5 is long available and should be covered. --- f17eb34f55544b849b34e9f73013e0224d01408f diff --git a/.travis.yml b/.travis.yml index 7d2ce8f..44b5a80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ env: python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" + - "3.5" install: - pip install -e . - pip install coveralls