From b2b870c62e8ed18a729d6de08b10b8a724301c9a Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 27 Apr 2016 23:38:35 +0300 Subject: [PATCH] Don't run tests on Travis with Python 3.2 coverage.py doesn't support it. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbc5662..8ba4b57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,6 @@ matrix: python: 2.7 cache: directories: test/cache - - os: linux - sudo: false - python: 3.2 - cache: - directories: test/cache - os: linux sudo: false python: 3.5