From b5ef79dcf78266815298e6c7e4a8a421c1b4229b Mon Sep 17 00:00:00 2001 From: Alexandre Conde Date: Mon, 28 Apr 2014 11:00:20 +0100 Subject: [PATCH] release 3.1.3 --- CHANGES.txt | 2 +- docs/code.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d1bcc211..ec1a532f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -41,4 +41,4 @@ v3.0.3, 2014-04-15 -- Small fixes and ReadTheDocs. v3.1.0, 2014-04-22 -- Small fixes and clear code (some unused methods are not available anymore). v3.1.1, 2014-04-24 -- Simpler providers & multi `processor`. v3.1.2, 2014-04-28 -- Python 3 support. -v3.1.3, 2014-04-28 -- TENTATIVE. +v3.1.3, 2014-04-28 -- Fix travis error. diff --git a/docs/code.rst b/docs/code.rst index f787e5fa..caeefa66 100644 --- a/docs/code.rst +++ b/docs/code.rst @@ -39,7 +39,7 @@ Status :target: https://sourcegraph.com/github.com/xlcnd/isbntools :alt: Graph -.. image:: https://travis-ci.org/xlcnd/isbntools.png?branch=v3.1.2 +.. image:: https://travis-ci.org/xlcnd/isbntools.png?branch=v3.1.3 :target: https://travis-ci.org/xlcnd/isbntools :alt: Built Status diff --git a/tox.ini b/tox.ini index 54aed0bb..4cfb5e31 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py27,py34,flake8 +envlist=py26,py27,py33,flake8 [testenv] deps=