Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Minor docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jun 7, 2017
1 parent d647328 commit f9ce64b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ This does the following:
- Set up Miniconda.
- Set up the PATH appropriately.
- Set up a conda environment named 'test' and switch to it.
- Set the ``always_yes`` config option for conda to ``true`` so that you don't need to include ``--yes``.
- Register the specified channels, or if not stated the ``astropy``, ``astropy-ci-extras``, and ``openastronomy`` channels.
- Set the ``always_yes`` config option for conda to ``true`` so that you
don't need to include ``--yes``.
- Register the specified channels.
- ``export PYTHONIOENCODING=UTF8``
- Supports custom skip tags included in the commit message that are not yet
natively provided by Travis. To skip the travis build: [skip travis] or
Expand All @@ -58,7 +59,7 @@ environment variables
* ``egg_info``: no dependencies are installed once the conda environment
has been created and any other environment variables are ignored.
* ``build_sphinx`` or ``build_docs``: the Sphinx and matplotlib packages
* ``build_docs`` or ``build_sphinx``: the Sphinx and matplotlib packages
are installed in addition to other packages that might be requested
via other environment variables.
Expand Down Expand Up @@ -211,9 +212,10 @@ The scripts include:
* ``appveyor/install-miniconda.ps1`` - set up conda on Windows
* ``appveyor/windows_sdk.cmd`` - set up the compiler environment on Windows
* ``travis/setup_dependencies_common.sh`` - set up conda packages on Linux and MacOS X
* ``travis/setup_conda.sh`` - set up conda on MacOS X or Linux, users should use this directly rather than the OS specific ones below
* ``travis/setup_conda_linux.sh`` - set up conda on Linux
* ``travis/setup_conda_osx.sh`` - set up conda on MacOS X
* ``travis/setup_conda.sh`` - set up conda on MacOS X or Linux


This repository can be cloned directly from the ``.travis.yml`` and
``appveyor.yml`` files when about to run tests and does not need to be
Expand Down

0 comments on commit f9ce64b

Please sign in to comment.