From 296f89566876921fe49d09b0922948e8a4ff66a2 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Thu, 27 Jul 2017 23:02:52 +0100 Subject: Create release 0.1.12 and add python 3.6 to tests --- README.rst | 3 +++ dev-requirements.txt | 1 + tox.ini | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 58dae5b..a9f1761 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,7 @@ Tested against: - Python 3.3 - Python 3.4 - Python 3.5 +- Python 3.6 - PyPy - PyPy 3 @@ -110,6 +111,8 @@ Changes 0.1.12 ------ +* Fix class reference for iso8601.Utc in module docstring (thanks to felixschwarz in https://bitbucket.org/micktwomey/pyiso8601/pull-requests/7/fix-class-reference-for-iso8601utc-in/diff) + 0.1.11 ------ diff --git a/dev-requirements.txt b/dev-requirements.txt index 231b44b..29a220a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,6 @@ devpi>=1.2.1 pytest>=2.5.2 Sphinx>=1.2.1 +tox-pyenv>=1.0.3 tox>=1.7.0 wheel>=0.22.0 \ No newline at end of file diff --git a/tox.ini b/tox.ini index ac326f2..90985f7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3 +envlist = py26,py27,py32,py33,py34,py35,py36,pypy,pypy3 [testenv] deps=pytest>=2.4.2 -- cgit v1.2.1