Skip to content

Commit

Permalink
Travis and AppVeyor: Include Cython in CONDA_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 4, 2016
1 parent be0cc29 commit 95b4408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
- PIP_DEPENDENCIES=''
- CONDA_DEPENDENCIES=''
- CONDA_DEPENDENCIES='cython'
matrix:
# Make sure that egg_info works without dependencies
- SETUP_CMD='egg_info'
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ environment:
# For this package-template, we include examples of Cython modules,
# so Cython is required for testing. If your package does not include
# Cython code, you can set CONDA_DEPENDENCIES=''
CONDA_DEPENDENCIES: ""
CONDA_DEPENDENCIES: "cython"

matrix:

Expand Down

0 comments on commit 95b4408

Please sign in to comment.