https://github.com/midnighter/python-conda-appveyor
Template for testing Python projects on AppVeyor using Miniconda.
https://github.com/midnighter/python-conda-appveyor
Last synced: 10 months ago
JSON representation
Template for testing Python projects on AppVeyor using Miniconda.
- Host: GitHub
- URL: https://github.com/midnighter/python-conda-appveyor
- Owner: Midnighter
- License: bsd-3-clause
- Created: 2016-09-04T22:21:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T13:20:49.000Z (over 9 years ago)
- Last Synced: 2025-01-04T20:15:07.275Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Using Miniconda on AppVeyor for Continuous Integration Testing
Testing tricky Python extensions on AppVeyor using miniconda to speed up the environment setup and simplifying builds that include `C` code from projects like `numpy`.
Inspired by [python-appveyor-demo](https://github.com/ogrisel/python-appveyor-demo) and [cookiecutter-pylibrary](https://github.com/ionelmc/cookiecutter-pylibrary).
## Note
This can be used together with its twin [python-conda-travis](https://github.com/Midnighter/python-conda-travis) to have complete testing on Linux, Mac OS, and Windows using miniconda.
## Contributors
* Moritz E. Beber
* Christoph Fretter
## License
Uses a BSD 3-clause license, please also see the included full [LICENSE](LICENSE) file.