Commit Graph

14 Commits

Author SHA1 Message Date
Jason Madden a99dc79884
First pass at github actions.
Fixes #225. Someone will need to add a `TWINE_PASSWORD` GitHub repository secret that is
a token for `zope.eggbuilder` to upload to zope.interface.

Builds and uploads manylinux32/64/aarch64 wheels.

Builds and uploads Mac wheels.

Builds the docs.

Runs tests with the C extension and without the C extension.

Reports coverage to coveralls.

Has the start of an environment to do linting.

Removes .travis.yml
2021-02-26 08:43:43 -06:00
Jürgen Gmach dfe46a9f01 Update badge URL for Travis
Committed via https://github.com/asottile/all-repos
2020-10-28 14:44:35 +01:00
Jason Madden e76d03f519
Test PURE_PYTHON at runtime.
Turns out that the C extensions build and work fine with PyPy, but don't use them by default. Let them
be forced, though.

Tests needed some refactoring to account for the various permutations.
2020-01-21 09:38:45 -06:00
Michael Howitz 654a56c071
Add supported versions badge. 2018-02-21 08:18:57 +01:00
Michael Howitz 485fdd793c
Fix URL 2017-12-15 09:55:55 +01:00
Nikita Sobolev d9c5d5ea95 Updates README.rst with svg badge 2017-10-04 19:03:46 +03:00
Michael Howitz 47239579f4 Use the canonical URL.
docs.zope.org has now a redirect.
2016-08-30 07:49:08 +02:00
Adam Chainz 03e1a7c4b8 Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 19:29:40 +01:00
Felix Yan c8bd8cfb43 Use shields.io for PyPI badge 2015-11-06 20:57:24 +08:00
Tres Seaver cee8f49272 Add RTD badge. 2015-01-28 12:46:57 -05:00
Marc Abramowitz 101c79cdc7 README.rst: Add PyPI latest version badge 2015-01-26 14:13:49 -08:00
Tres Seaver 8367145f31 Normalize ReST, etc. 2014-12-27 19:42:16 -05:00
Tres Seaver d144d15331 Add Travis badge. 2014-12-08 09:48:31 -05:00
Tres Seaver bb9e803534 Nest into Github.
- Denominate files to indicate ReST.

- Drop .bzrignore.

- Add MANIFEST.in FBO users w/o setuptools_git.
2013-01-11 14:37:23 -05:00