Skip to content

Commit

Permalink
Adjust Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Horton committed Mar 27, 2017
1 parent 082f5a5 commit 6288dc7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ env:

matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.3 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
#- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
#- PYTHON_VERSION=3.3 SETUP_CMD='egg_info'
#- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'

Expand All @@ -79,14 +79,14 @@ matrix:
env: SETUP_CMD='build_docs -w'

# Now try Astropy dev and LTS vesions with the latest 3.x and 2.7.
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'
#- os: linux
# env: PYTHON_VERSION=2.7 ASTROPY_VERSION=development
# EVENT_TYPE='pull_request push cron'
- os: linux
env: ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=lts
#- os: linux
# env: PYTHON_VERSION=2.7 ASTROPY_VERSION=lts
- os: linux
env: ASTROPY_VERSION=lts

Expand All @@ -95,12 +95,12 @@ matrix:
# versions of Python, we can vary Python and Numpy versions at the same
# time.

- os: linux
env: PYTHON_VERSION=2.7 NUMPY_VERSION=1.7
- os: linux
env: PYTHON_VERSION=3.3 NUMPY_VERSION=1.8
- os: linux
env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.9
#- os: linux
# env: PYTHON_VERSION=2.7 NUMPY_VERSION=1.7
#- os: linux
# env: PYTHON_VERSION=3.3 NUMPY_VERSION=1.8
#- os: linux
# env: PYTHON_VERSION=3.4 NUMPY_VERSION=1.9
- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.10
- os: linux
Expand All @@ -118,8 +118,8 @@ matrix:
allow_failures:
# Do a PEP8 test with pycodestyle
# (allow to fail unless your code completely compliant)
- os: linux
env: MAIN_CMD='pycodestyle packagename --count' SETUP_CMD=''
#- os: linux
# env: MAIN_CMD='pycodestyle packagename --count' SETUP_CMD=''

install:

Expand Down
3 changes: 2 additions & 1 deletion gunagala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@

# For egg_info test builds to pass, put package imports here.
if not _ASTROPY_SETUP_:
from .example_mod import *
from .signal_to_noise import *
from .astroimsim import *

0 comments on commit 6288dc7

Please sign in to comment.