This directory contains a set of scripts that are used by the
.travis.yml
and appveyor.yml
files for the
Travis and AppVeyor
services respectively.
The scripts include:
appveyor/install-miniconda.ps1
- set up conda on Windowsappveyor/windows_sdk.cmd
- set up the compiler environment on Windowstravis/setup_dependencies_common.sh
- set up conda packages on Linux and MacOS Xtravis/setup_environment_linux.sh
- set up conda and non-Python dependencies on Linuxtravis/setup_environment_osx.sh
- set up conda and non-Python dependencies on MacOS X