We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbb3e3 commit f5228ddCopy full SHA for f5228dd
.continuous-integration/README.md
@@ -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