summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Multiple changes (#31)Michael Howitz2023-02-071-0/+1
| | | | | | | | | * Add support for Python 3.11. * Lint the code. * Improve error handling in test. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6. Co-authored-by: Gil Forcada Codinachs <gil.gnome@gmail.com>
* Add support for Python 3.10.Michael Howitz2021-11-041-0/+2
|
* Config with pure python (#28)Michael Howitz2021-05-281-10/+22
| | | | * Lint the code. * Add support for Python 3.9.
* Add Python 3.6, drop Python 3.3universal_wheelsJason Madden2017-08-141-0/+3
| | | | | | | - Badges - Enable coverage reporting and coveralls - Less than 100%; see #9 - Enable universal wheels by using environment markers in the dependencies.
* Ignore build artefactsMarius Gedminas2015-11-081-0/+1
|
* Ignore 'eggs' subdir.Tres Seaver2015-06-131-4/+5
|
* - Only allow ``zope.untrustedpython`` to be a dependency in Python 2.Stephan Richter2013-02-281-0/+12
- Fix buildout to work properly.