Skip to content

Commit

Permalink
Merge de397d7 into 81f33b9
Browse files Browse the repository at this point in the history
  • Loading branch information
nden committed Jan 16, 2019
2 parents 81f33b9 + de397d7 commit 3e25475
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -24,6 +24,7 @@ env:
- CONDA_DEPENDENCIES='scipy'
- ASDF_GIT='git+https://github.com/spacetelescope/asdf.git#egg=asdf'
#- ASTROPY_GIT='git+https://github.com/astropy/astropy.git@v3.1.x'
- ASTROPY_GIT='git+https://github.com/astropy/astropy.git#egg=astropy'
- PIP_DEPENDENCIES="astropy pytest-astropy asdf"
- ASTROPY_USE_SYSTEM_PYTEST=1
- PYTEST_VERSION=3.6
Expand All @@ -39,9 +40,9 @@ matrix:

# Don't wait for allowed failures
fast_finish: true

include:

# Do a coverage test.
- python: 3.5
env: SETUP_CMD='test --coverage --open-files --remote-data'
Expand Down Expand Up @@ -69,7 +70,7 @@ matrix:
env: ASTROPY_VERSION=development SETUP_CMD='test'

- python: 3.6
env: PIP_DEPENDENCIES="$ASTROPY_GIT $ASDF_GIT" SETUP_CMD='test'
env: PIP_DEPENDENCIES="$ASTROPY_GIT $ASDF_GIT pytest-astropy" SETUP_CMD='test'

allow_failures:
- python: 3.5
Expand All @@ -82,7 +83,7 @@ matrix:
env: ASTROPY_VERSION=development SETUP_CMD='test'

- python: 3.6
env: PIP_DEPENDENCIES="$ASTROPY_GIT $ASDF_GIT" SETUP_CMD='test'
env: PIP_DEPENDENCIES="$ASTROPY_GIT $ASDF_GIT pytest-astropy" SETUP_CMD='test'


install:
Expand Down

0 comments on commit 3e25475

Please sign in to comment.