Skip to content

Commit

Permalink
Merge pull request #143 from mwcraig/setup-py-update
Browse files Browse the repository at this point in the history
This also ended up changing the travis setup to use stable astropy wherever possible
  • Loading branch information
mwcraig committed Jul 19, 2014
2 parents 475cd46 + b533776 commit 7ccbc88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
# overidden underneath. They are defined here in order to save having
# to repeat them for all configurations.
- NUMPY_VERSION=1.8
- ASTROPY_VERSION=development # UNTIL 0.4 IS OUT
- ASTROPY_VERSION=stable
- CONDA_INSTALL='conda install -c astropy-ci-extras --yes'
- PIP_INSTALL='pip install'
matrix:
Expand All @@ -22,11 +22,9 @@ env:
matrix:
include:

# Do a coverage test in Python 2. This requires the latest
# development version of Astropy, which fixes some issues with
# coverage testing in affiliated packages.
# Do a coverage test in Python 2.
- python: 2.7
env: ASTROPY_VERSION=development SETUP_CMD='test --coverage'
env: SETUP_CMD='test --coverage'

# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
version=VERSION,
description=DESCRIPTION,
scripts=scripts,
requires=['astropy'],
install_requires=['astropy>=0.3'],
install_requires=['astropy>=0.4', 'numpy', 'scipy'],
provides=[PACKAGENAME],
author=AUTHOR,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit 7ccbc88

Please sign in to comment.