Skip to content

Commit

Permalink
Travis: do PySide2 test on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Apr 16, 2018
1 parent cc27244 commit 3219fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ matrix:
# Test with PySide2
- os: linux
stage: Full
env: PYTHON_VERSION=2.7
env: PYTHON_VERSION=3.6
CONDA_CHANNELS="astropy-ci-extras astropy glueviz conda-forge"
QT_PKG=pyside2

Expand Down
2 changes: 1 addition & 1 deletion doc/installation/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Glue has the following required dependencies:
* `Pandas <http://pandas.pydata.org/>`_ 0.14 or later
* `Astropy <http://www.astropy.org>`_ 1.0 or higher
* `setuptools <http://setuptools.readthedocs.io/en/latest/>`_ 1.0 or later
* Either `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/intro`__ or
* Either `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/intro>`__ or
`PySide2 <https://wiki.qt.io/PySide2>`__
* `QtPy <https://pypi.python.org/pypi/QtPy/>`__ 1.2 or higher - this is an
abstraction layer for the Python Qt packages
Expand Down

0 comments on commit 3219fe6

Please sign in to comment.