Skip to content

Commit

Permalink
removing support for python 3.2 (due to broken pylint and therefore b…
Browse files Browse the repository at this point in the history
…ad testability)
  • Loading branch information
ch-aurich committed Apr 20, 2016
1 parent 2251938 commit 3c8a5fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- '2.7'
- '3.2'
- '3.3'

install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3c8a5fb

Please sign in to comment.