Skip to content

Commit

Permalink
Merge pull request #98 from DanRyanIrish/sequence_plot_api
Browse files Browse the repository at this point in the history
NDCubeSequence plotting mixin API.
  • Loading branch information
DanRyanIrish authored Mar 29, 2018
2 parents 495711e + d629ec8 commit 9ec7d20
Show file tree
Hide file tree
Showing 6 changed files with 1,595 additions and 195 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ matrix:

include:

# Add a matplotlib backend for generating plots in tests.
- env: MPLBACKEND='Agg'

# Do a basic test.
- os: linux
stage: Initial tests
Expand Down Expand Up @@ -99,8 +102,13 @@ install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- $MAIN_CMD $SETUP_CMD
- $MAIN_CMD $SETUP_CMD

after_success:
- if [[ $SETUP_CMD = *"cov"* ]]; then pip install codecov; codecov; fi
- if [[ $SETUP_CMD = *"cov"* ]]; then pip install codecov; codecov; fi
Loading

0 comments on commit 9ec7d20

Please sign in to comment.