From 3c8a5fb903e62bd1676b840ccce8e6e160fbc2b4 Mon Sep 17 00:00:00 2001 From: Christian Aurich Date: Wed, 20 Apr 2016 19:12:32 +0200 Subject: [PATCH] removing support for python 3.2 (due to broken pylint and therefore bad testability) --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45cf79f..3133dcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - '2.7' -- '3.2' - '3.3' install: diff --git a/README.md b/README.md index 52d31a9..242dde2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It was initially written to fix a problem that eagle had with grouping parts wit A side effect of using the ULP is that you do not need to have eagle on your machine that generates the releases. -The script is compatible with python 2.7, 3.2 and 3.3 +The script is tested with python 2.7, 3.3 [![Build Status](https://travis-ci.org/I2SE/eagle-bom.py.svg?branch=master)](https://travis-ci.org/I2SE/eagle-bom.py)