Skip to content

Commit

Permalink
Travis: try old Qt in same build as old Numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 14, 2018
1 parent 78a3c66 commit 3b0d554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ matrix:
PANDAS_VERSION=0.18
SETUPTOOLS=1.0
IPYTHON_VERSION=4
QT_PKG=pyqt

# Older Numpy version (can't do this and older Matplotlib at the same time)
# Older Numpy version and old Qt (can't do this and older Matplotlib at the same time)
- os: linux
stage: Full
env: PYTHON_VERSION=3.6
NUMPY_VERSION=1.11
QT_PKG=pyqt

# Test with PySide, but due to segmentation faults, mark as an
# allowed failure.
Expand Down

0 comments on commit 3b0d554

Please sign in to comment.