From f17eb34f55544b849b34e9f73013e0224d01408f Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 26 Dec 2015 13:30:41 +0100 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2