Skip to content

Commit

Permalink
DEBUG - try OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 16, 2018
1 parent d87d48e commit a411ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 163 deletions.
39 changes: 0 additions & 39 deletions .circleci/config.yml

This file was deleted.

77 changes: 3 additions & 74 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,92 +30,21 @@ env:
- AWS_ACCESS_KEY_ID: AKIAI2ERWDHLW3W24X3A
- AWS_SECRET_ACCESS_KEY: $AWS_SECRET_KEY_ID

stages:
- name: Initial
- name: Full

matrix:

# Don't wait for allowed failures
fast_finish: true

include:

- os: linux
stage: Initial
env: PYTHON_VERSION=2.7

- os: linux
stage: Initial
env: PYTHON_VERSION=3.6

- os: osx
stage: Full
env: PYTHON_VERSION=2.7
# Test with PySide2

- os: osx
stage: Full
env: PYTHON_VERSION=3.6

# Astropy dev
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
ASTROPY_VERSION=dev

# Numpy dev
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
NUMPY_VERSION=dev

# The following configuration tests that glue functions with minimal
# dependencies.
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
CONDA_DEPENDENCIES="pip setuptools pandas mock matplotlib qtpy ipython ipykernel qtconsole mpl-scatter-density bottleneck"
PIP_DEPENDENCIES="pytest-cov coveralls"
REMOVE_INSTALL_REQUIRES=1

- os: linux
stage: Full
env: PYTHON_VERSION=3.6
DOC_TRIGGER=1
PYTEST_ARGS="--no-optional-skip"
NO_CFG_FILES=true

# Test with older package versions:

- os: linux
stage: Full
env: PYTHON_VERSION=2.7
MATPLOTLIB_VERSION=2.0
PANDAS_VERSION=0.18
SETUPTOOLS=1.0
IPYTHON_VERSION=4
NUMPY_VERSION=1.11

# Test with PySide2
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
CONDA_CHANNELS="astropy-ci-extras astropy glueviz conda-forge"
QT_PKG=pyside2

# Test without any Qt installation, which will also cause all qt
# sub-directories to be removed, to make sure that no non-Qt code has
# any dependence on Qt code.
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
PIP_DEPENDENCIES="coveralls pyavm astrodendro plotly objgraph"
QT_PKG=False

allow_failures:

- os: linux
env: PYTHON_VERSION=2.7 NUMPY_VERSION=dev
CONDA_CHANNELS="astropy-ci-extras astropy glueviz conda-forge"
QT_PKG=pyside2

before_install:

Expand Down
50 changes: 0 additions & 50 deletions appveyor.yml

This file was deleted.

0 comments on commit a411ed1

Please sign in to comment.