Skip to content

Commit

Permalink
Travis: add numexpr case to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed May 9, 2018
1 parent 306fa8d commit 34ea05c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,19 @@ matrix:
- python: 2.7
env: SETUP_CMD='test' PIP_DEPENDENCIES='enum34>=1.0.4'
- python: 3.6
env: SETUP_CMD='test'
env: SETUP_CMD='test --coverage'

# Do a coverage test in Python 3.
#- python: 3.6
# env: SETUP_CMD='test --coverage'

# Check accelerated math version too
- python: 3.6
env: SETUP_CMD='test --coverage'
env: SETUP_CMD='test --coverage' PIP_DEPENDENCIES='numexpr'

# Check for Sphinx doc build errors
- python: 3.6
env: SETUP_CMD='build_sphinx'
env: SETUP_CMD='build_sphinx'

# Try Astropy development version
- python: 3.6
Expand Down

0 comments on commit 34ea05c

Please sign in to comment.