summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Twomey <mick@twomeylee.name>2017-07-27 23:02:52 +0100
committerMichael Twomey <mick@twomeylee.name>2017-07-27 23:02:52 +0100
commit296f89566876921fe49d09b0922948e8a4ff66a2 (patch)
tree4463d160b90aec41ffc444999a83fd4ddfa4e673
parentf2db026dce84aec66c0152385aea4ffcd36d1f2a (diff)
downloadpyiso8601-296f89566876921fe49d09b0922948e8a4ff66a2.tar.gz
Create release 0.1.12 and add python 3.6 to tests
-rw-r--r--README.rst3
-rw-r--r--dev-requirements.txt1
-rw-r--r--tox.ini2
3 files changed, 5 insertions, 1 deletions
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