Skip to content

Commit f5228dd

Browse files
committed
Added README for .continuous-integration [ci skip]
1 parent 9cbb3e3 commit f5228dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.continuous-integration/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
About
2+
=====
3+
4+
This directory contains a set of scripts that are used by the
5+
``.travis.yml`` and ``appveyor.yml`` files for the
6+
[Travis](http://travis-ci.org) and [AppVeyor](http://www.appveyor.com/)
7+
services respectively.
8+
9+
The scripts include:
10+
11+
* ``appveyor/install-miniconda.ps1`` - set up conda on Windows
12+
* ``appveyor/windows_sdk.cmd`` - set up the compiler environment on Windows
13+
* ``travis/setup_dependencies_common.sh`` - set up conda packages on Linux and MacOS X
14+
* ``travis/setup_environment_linux.sh`` - set up conda and non-Python dependencies on Linux
15+
* ``travis/setup_environment_osx.sh`` - set up conda and non-Python dependencies on MacOS X

0 commit comments

Comments
 (0)