Skip to content

Commit

Permalink
Merge pull request #110 from Cadair/travis
Browse files Browse the repository at this point in the history
Travis
  • Loading branch information
DanRyanIrish authored Apr 7, 2018
2 parents f53f2a4 + a373ff6 commit dd20135
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ env:
- CONDA_DEPENDENCIES='openjpeg Cython jinja2 scipy matplotlib mock requests beautifulsoup4 sqlalchemy scikit-image pytest-mock pandas nomkl pytest-cov coverage glymur suds-jurko sphinx'
- PIP_DEPENDENCIES='sunpy-sphinx-theme pytest-astropy'
- CONDA_CHANNELS='sunpy'
# Add a matplotlib backend for generating plots in tests.
- MPLBACKEND='Agg'
matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
Expand All @@ -54,9 +56,6 @@ 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 @@ -102,11 +101,6 @@ 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

Expand Down

0 comments on commit dd20135

Please sign in to comment.