Skip to content

Commit

Permalink
Update travis package list
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Dec 13, 2018
1 parent f4d1862 commit 19f7cf5
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .travis.yml
Expand Up @@ -6,17 +6,6 @@ python:
# Setting sudo to false opts in to Travis-CI container-based builds.
sudo: false

# The apt packages below are needed for sphinx builds. A full list of packages
# that can be included can be found here:
#
# https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise

addons:
apt:
packages:
- graphviz
- texlive-latex-extra
- dvipng

env:
global:
Expand All @@ -27,7 +16,7 @@ env:
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
- PIP_DEPENDENCIES=''
- CONDA_DEPENDENCIES='scipy matplotlib six'
- CONDA_DEPENDENCIES='scipy matplotlib'

# For headless testing of code that imports PyPlot:
- MPLBACKEND=Agg
Expand All @@ -49,7 +38,7 @@ matrix:
# Check for Sphinx doc build errors
- python: 3.6
env: SETUP_CMD='build_sphinx'
CONDA_DEPENDENCIES='scipy matplotlib six nbsphinx pandoc'
CONDA_DEPENDENCIES='scipy matplotlib nbsphinx pandoc'
PIP_DEPENDENCIES='sphinx_rtd_theme stsci_rtd_theme sphinx-automodapi'


Expand Down

0 comments on commit 19f7cf5

Please sign in to comment.