summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Config with pure python template (#55)Michael Howitz2023-01-161-0/+1
| | | | * Drop support for Python 2.7, 3.5, 3.6. * Add support for Python 3.11.
* Configuring for pure-pythonMaurits van Rees2021-09-021-14/+27
|
* Remove _compat module and _u function in favor of native unicode literals ↵drop-33Jason Madden2017-12-161-0/+1
| | | | | | | | | | | | | | | | 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.
* Add coverage testing to tox.Tres Seaver2015-02-031-0/+3
|
* Ignore Sphinx artifacts.Tres Seaver2015-01-251-0/+1
|
* Remove Py3 deprecation warnings and added .gitignore. I cannot port toStephan Richter2013-03-081-0/+13
PyPy yet, since zope.security has still no PyPy support.