Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Add support for Python 3.6 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and c-w committed Feb 19, 2017
1 parent 93675e1 commit 4fd78da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'

env:
- BERKELEYDB_DIR=/usr
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The functionality provided by this package includes:
* Cleaning the texts: removing all the crud, leaving just the text behind.
* Making meta-data about the texts easily accessible.

The package has been tested with Python 2.6, 2.7, 3.3, 3.4 and 3.5.
The package has been tested with Python 2.6, 2.7, 3.3, 3.4, 3.5 and 3.6.


Installation
Expand Down Expand Up @@ -114,7 +114,7 @@ project under AGPL3 (or if you have a commercial license for BSD-DB), set the
following environment variable before attempting to install BSD-DB:

.. sourcecode :: bash
YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION=1
Expand Down

0 comments on commit 4fd78da

Please sign in to comment.