Skip to content

Commit

Permalink
Fix #36 remove python 3.2 from CI
Browse files Browse the repository at this point in the history
Coverage doesn't work for python <3.2 so exclude from CI.
  • Loading branch information
mlenzen committed Oct 18, 2015
1 parent ada3471 commit 875c130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand All @@ -14,7 +13,6 @@ python:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt
- pip install --editable .
- pip install coveralls

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ There are also frozen (hashable) varieties of bags and setlists.

Tested against Python 2.6, 2.7, 3.1, 3.2, 3.3, 3.4, 3.5, PyPy & PyPy3.

Python 3.1 and 3.2 are unsupported by coverage so they are not included in
Travis CI.

Getting Started
===============

Expand Down

0 comments on commit 875c130

Please sign in to comment.