summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Make 'tox -e coverage' report paths in src/Marius Gedminas2019-07-101-2/+4
|
* Drop Python 3.4 supportMarius Gedminas2019-07-101-6/+8
|
* Add support for Python 3.7 (#33)Jeremy Kolbe2018-10-051-2/+2
|
* 100% coverage for format.pyJason Madden2017-12-171-1/+1
| | | | There's one #pragma: no cover for a formatting state I didn't go to the trouble of walking through the complicated logic to try to figure out how to produce.
* 100% coverage for i18n/__init__.pyJason Madden2017-12-171-1/+1
|
* 100% coverage for compile.pyJason Madden2017-12-161-1/+1
|
* Remove _compat module and _u function in favor of native unicode literals ↵drop-33Jason Madden2017-12-161-24/+10
| | | | | | | | | | | | | | | | and project gardening - DRY with dependencies - Enable coveralls.io and add a coverage tox environment - A few tiny changes to increase coverage, but we're not at 100% - Enable testing sphinx docs for all versions - Publish CHANGES.rst on RTD - Modern tox.ini and .travis.yml - Travis was still testing 3.3 and not testing 3.6. - Remove 'level' qualifiers from XML parsing and ZCML test cases. They add about 2s to run the tests, but they're important; see #13. That extra time gets lost in the amount of time it takes to spin tox anyway.
* Fix tox, at least locally, for Python 3.Stephan Richter2017-05-231-0/+2
|
* Support Py3.6 but not 3.3 anymore.Stephan Richter2017-05-231-1/+1
|
* Some updates, dropping Py 3.3 support.Stephan Richter2017-01-041-1/+1
|
* Add support for Python 3.5.add-py35-supportTres Seaver2016-04-121-1/+1
|
* Drop spurious '[testenv:py26]' block.drop-py26-py32-supportTres Seaver2016-03-231-6/+0
|
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-1/+1
|
* Work around pip + wheel + conditional deps in zope.schema.Tres Seaver2015-06-051-0/+6
|
* Add support for PyPy3 and Python3.2Jason Madden2015-06-041-1/+1
|
* Add coverage testing to tox.Tres Seaver2015-02-031-2/+13
|
* Build docs / run doctests under tox.Tres Seaver2015-01-281-1/+12
|
* Added explicit support for Python 3.4 and PyPy.Gediminas Paulauskas2014-07-231-1/+1
|
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-081-6/+12
| | | | PyPy yet, since zope.security has still no PyPy support.
* Support for python-3.3 addedAndrey Lebedev2013-02-151-0/+12