Skip to content

Commit

Permalink
CI: Install pytest-qt since it triggers some real failures
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 27, 2018
1 parent 1e05bde commit 98c15df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
- QT_PKG=pyqt5
- SETUP_XVFB=True
- CONDA_DEPENDENCIES="pip dill ipython matplotlib scipy cython h5py pygments pyzmq scikit-image pandas sphinx xlrd pillow pytest mock coverage pyyaml sphinx_rtd_theme qtpy traitlets ipykernel qtconsole spectral-cube pytest-cov mpl-scatter-density"
- PIP_DEPENDENCIES="coveralls pyavm astrodendro plotly objgraph"
- PIP_DEPENDENCIES="coveralls pyavm astrodendro plotly objgraph pytest-qt"
- PIP_FALLBACK=false
- REMOVE_INSTALL_REQUIRES=0
- secure: NvQVc3XmmjXNVKrmaD31IgltsOImlnt3frAl4wU0pM223iejr7V57hz/V5Isx6sTANWEiRBMG27v2T8e5IiB7DQTxFUleZk3DWXQV1grw/GarEGUawXAgwDWpF0AE/7BRVJYqo2Elgaqf28+Jkun8ewvfPCiEROD2jWEpnZj+IQ=
Expand Down Expand Up @@ -116,7 +116,6 @@ matrix:

- os: linux
env: PYTHON_VERSION=2.7 NUMPY_VERSION=dev
PIP_DEPENDENCIES="pytest-cov coveralls pyavm astrodendro plotly"

- os: linux
env: PYTHON_VERSION=2.7 QT_PKG=pyside
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
# to the matrix section.
CONDA_CHANNELS: "glueviz"
CONDA_DEPENDENCIES: "astropy scipy cython pyqt matplotlib h5py pygments pyzmq scikit-image pandas xlrd pillow pytest mock coverage ipython ipykernel qtconsole traitlets qtpy mpl-scatter-density"
PIP_DEPENDENCIES: "plotly objgraph"
PIP_DEPENDENCIES: "plotly objgraph pytest-qt"
PIP_FALLBACK: "False"
NUMPY_VERSION: "1.13"

Expand Down

0 comments on commit 98c15df

Please sign in to comment.