Skip to content

Commit

Permalink
Merge pull request #988 from bsipocz/testing_add_python3.8
Browse files Browse the repository at this point in the history
Using python 3.8 for one of the jobs, and adding one more stage
  • Loading branch information
larrybradley committed Dec 6, 2019
2 parents e9a66cf + 9a5f06e commit 9c28ca2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ env:

stages:
- name: Initial tests
- name: Latest versions and docs
- name: Comprehensive tests
- name: Cron tests
if: type = cron
Expand All @@ -75,15 +76,19 @@ matrix:
# All tests (with remote data) and coverage checks with the
# latest Python version. The duration of the slowest 50 tests
# will also be listed.
- env: SETUP_CMD='test --coverage --remote-data -a "--durations=50"'
- env: PYTHON_VERSION=3.8 NUMPY_VERSION='' CONDA_DEPENDENCIES=''
PIP_DEPENDENCIES='Cython numpy scipy scikit-learn matplotlib scikit-image>0.14.1'
SETUP_CMD='test --coverage --remote-data -a "--durations=50"'

# Check for Sphinx doc build warnings
- env: SETUP_CMD='build_docs -w'
- stage: Latest versions and docs
env: SETUP_CMD='build_docs -w'
PIP_DEPENDENCIES='sphinx-astropy scikit-image>0.14.1'
EVENT_TYPE='push pull_request cron'

# Test with optional dependencies disabled
- env: CONDA_DEPENDENCIES=$CONDA_REQUIRED_DEPENDENCIES
- stage: Comprehensive tests
env: CONDA_DEPENDENCIES=$CONDA_REQUIRED_DEPENDENCIES
PIP_DEPENDENCIES=''

# Test with Windows
Expand All @@ -102,7 +107,7 @@ matrix:
env: NUMPY_VERSION=1.15

# Test with the Astropy development version
- stage: Comprehensive tests
- stage: Latest versions and docs
env: ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'

Expand Down

0 comments on commit 9c28ca2

Please sign in to comment.