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

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.

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.