diff options
| author | Felix Yan <felixonmars@archlinux.org> | 2015-11-07 22:28:42 +0800 |
|---|---|---|
| committer | Felix Yan <felixonmars@archlinux.org> | 2015-11-07 22:28:42 +0800 |
| commit | 99adf174f40e2ee67e4f900351309ab35b04a412 (patch) | |
| tree | 949378fc68ddaa34e26e2176397f710ad2c0c07c /tox.ini | |
| parent | 3bcdfdcda8d85a0b5383ab529fdb6fb789c7e3ef (diff) | |
| download | zope-location-99adf174f40e2ee67e4f900351309ab35b04a412.tar.gz | |
Note explicit support for Python 3.5
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ envlist = # Jython support pending 2.7 support, due 2012-07-15 or so. See: # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html # py26,py27,py32,jython,pypy,coverage - py26,py27,py32,py33,py34,pypy,coverage,docs + py26,py27,py32,py33,py34,py35,pypy,pypy3,coverage,docs [testenv] commands = |
