summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-04-19 05:18:51 -0700
committerEli Bendersky <eliben@gmail.com>2016-04-19 05:18:51 -0700
commita3af25f731a75f1a28fb995c09f0ec8adddf41df (patch)
tree70f29dda41499bb289da1acb3a3034ffed5c6a19
parent4d304ccbb4cfa9bc0a6f2c7d4252b76a3b9abdda (diff)
downloadpycparser-a3af25f731a75f1a28fb995c09f0ec8adddf41df.tar.gz
Update CHANGES and tox env
-rw-r--r--CHANGES1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 35e9ba5..c142c6c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
+ Version 2.15 (??.2016)
+ - PR #121: Update bundled PLY version to 3.8
- Issue #117: Fix parsing of extra semi-colons inside structure declarations.
- PR #109: Update c_generator to add {} around nested named initializers.
- PR #101: Added support for parsing pragmas into the AST.
diff --git a/tox.ini b/tox.ini
index 87ba9b2..3f45f1d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34
+envlist = py27,py34,py35
[testenv]
commands =