An open API service indexing awesome lists of open source software.

https://github.com/midnighter/python-minimal-extension

A minimal Python extension that includes numpy headers in order to test building on CI platforms.
https://github.com/midnighter/python-minimal-extension

Last synced: over 1 year ago
JSON representation

A minimal Python extension that includes numpy headers in order to test building on CI platforms.

Awesome Lists containing this project

README

          

# Minimal Extension for Continuous Integration Testing

This is a minimal Python extension that includes `numpy` headers. It may be
extended in future. It's purpose is to be included in:

* [python-conda-travis](https://github.com/Midnighter/python-conda-travis)
* [python-conda-appveyor](https://github.com/Midnighter/python-conda-appveyor)

in order to test building extensions with Miniconda on those continuous
integration platforms.

## License

Uses a BSD 3-clause license, please also see the included full [LICENSE](LICENSE) file.