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.
- Host: GitHub
- URL: https://github.com/midnighter/python-minimal-extension
- Owner: Midnighter
- License: bsd-3-clause
- Created: 2016-09-05T13:22:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T13:25:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T20:15:04.989Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.