Skip to content

Commit

Permalink
switching to celerite via conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Dec 18, 2018
1 parent 56576ad commit be88c8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
10 changes: 6 additions & 4 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: shocksgo

channels:
- astropy

- conda-forge

dependencies:
- python>=3.5
- astropy
- Cython
- matplotlib
- numpy
- sphinx-astropy
- pip:
- pybind11
- celerite
- pybind11
- celerite
# - pip:

14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ env:

# List runtime dependencies for the package that are available as conda
# packages here.
- CONDA_DEPENDENCIES='h5py matplotlib'
- CONDA_DEPENDENCIES_DOC='sphinx-astropy scipy matplotlib'
- CONDA_DEPENDENCIES='matplotlib scipy pybind11 celerite'
- CONDA_DEPENDENCIES_DOC='sphinx-astropy scipy matplotlib pybind11 celerite'

# List other runtime dependencies for the package that are available as
# pip packages here.
- PIP_DEPENDENCIES='pybind11'
- PIP_DEPENDENCIES=''

# Conda packages for affiliated packages are hosted in channel
# "astropy" while builds for astropy LTS with recent numpy versions
# are in astropy-ci-extras. If your package uses either of these,
# add the channels to CONDA_CHANNELS along with any other channels
# you want to use.
- CONDA_CHANNELS='astropy-ci-extras astropy'
- CONDA_CHANNELS='astropy-ci-extras astropy conda-forge'

# If there are matplotlib or other GUI tests, uncomment the following
# line to use the X virtual framebuffer.
Expand Down Expand Up @@ -99,12 +99,6 @@ matrix:
- os: linux
env: MAIN_CMD='flake8 arcesetc --count --show-source --statistics $FLAKE8_OPT' SETUP_CMD=''

allow_failures:
# Do a PEP8 test with flake8
# (allow to fail unless your code completely compliant)
- os: linux
env: MAIN_CMD='flake8 arcesetc --count --show-source --statistics $FLAKE8_OPT' SETUP_CMD=''

install:

# We now use the ci-helpers package to set up our testing environment.
Expand Down

0 comments on commit be88c8a

Please sign in to comment.