https://github.com/midnighter/python-conda-travis
Template for testing Python packages on Travis-CI using Miniconda.
https://github.com/midnighter/python-conda-travis
Last synced: over 1 year ago
JSON representation
Template for testing Python packages on Travis-CI using Miniconda.
- Host: GitHub
- URL: https://github.com/midnighter/python-conda-travis
- Owner: Midnighter
- License: bsd-3-clause
- Created: 2016-09-05T10:43:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T13:26:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T20:15:05.168Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Using Miniconda on Travis-CI for Continuous Integration Testing
Testing tricky Python extensions on Travis-CI using miniconda to speed up the environment setup and simplifying builds that include `C` code from projects like `numpy`.
Inspired by [cookiecutter-pylibrary](https://github.com/ionelmc/cookiecutter-pylibrary).
## Note
This can be used together with its twin [python-conda-appveyor](https://github.com/Midnighter/python-conda-appveyor) to have complete testing on Linux, Mac OS, and Windows using miniconda.
## License
Uses a BSD 3-clause license, please also see the included full [LICENSE](LICENSE) file.