Skip to content

Commit

Permalink
Merge pull request #278 from mrocklin/versions
Browse files Browse the repository at this point in the history
drop 3.2 support, add 3.5
  • Loading branch information
mrocklin committed Oct 9, 2015
2 parents a55ce46 + 908a340 commit 5c1b237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"

Expand All @@ -13,8 +14,7 @@ env:

# command to install dependencies
install:
- pip install coverage --use-mirrors
- pip install pep8 --use-mirrors
- pip install coverage pep8

# command to run tests
# require 100% coverage (not including test files) to pass Travis CI test
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This builds a standard wordcount function from pieces within ``toolz``:
Dependencies
------------

``toolz`` supports Python 2.6+ and Python 3.2+ with a common codebase.
``toolz`` supports Python 2.6+ and Python 3.3+ with a common codebase.
It is pure Python and requires no dependencies beyond the standard
library.

Expand Down

0 comments on commit 5c1b237

Please sign in to comment.