diff options
author | cclauss <cclauss@bluewin.ch> | 2017-08-18 19:14:00 +0200 |
---|---|---|
committer | Jie Luo <anandolee@gmail.com> | 2017-08-18 10:14:00 -0700 |
commit | 703f414ca6102e669ece2dcd5f7d9c2b05ca222e (patch) | |
tree | ea386c4447d9477daa41791b10f0ac7dcde94906 /python | |
parent | a04eb8c191e60171a9634cdd64715bd92e6769af (diff) |
Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)
* Drop Python 3.3 from testing & add Python 3.5, 3.6
Python 3.3 goes [EOL](https://docs.python.org/devguide/index.html#branchstatus) next month.
* Sync test.sh with the Python versions in tox.ini
Diffstat (limited to 'python')
-rw-r--r-- | python/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tox.ini b/python/tox.ini index baa96dba..9405e21d 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{26,27,33,34}-{cpp,python} + py{26,27,34,35,36}-{cpp,python} [testenv] usedevelop=true |