Skip to content

Commit

Permalink
really fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harvimt committed May 9, 2019
1 parent 40abbde commit 386fc9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt
:target: https://pypi.python.org/pypi/quamash/
:alt: License

.. image:: https://img.shields.io/pypi/status/Django.svg
.. image:: https://img.shields.io/pypi/status/quamash.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: Development Status

Expand All @@ -39,7 +39,7 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt

Requirements
============
Quamash requires Python 3.4 or Python 3.3 with the backported ``asyncio`` library and either PyQt4, PyQt5 or PySide.
Quamash requires Python 3.6 or later with PyQt5 or PySide2.

Installation
============
Expand Down Expand Up @@ -114,6 +114,14 @@ Usage
Changelog
=========

Version 0.7.0
* Dropped support for Python 3.3, 3.4, and 3.5
* Dropped support for PyQt4 and PySide
* Added support for PySide2
* Tests now uses `tox` and wheels, no weird dependency management.
* Now uses poetry to manage deps (though this transparent to users, who can use whatever)
* setup.py no longer imports the package

Version 0.6.1
* Python 3.7 support (no automated test coverage)

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ environment:
# tox will make an environment based on the environment variables.

install:
- "build.cmd py -3.7 -m pip install wheel tox tox-appveyor"
- "py -m pip install wheel tox tox-appveyor"

test_script:
- "build.cmd py -3.7 -m tox"
- "py -m tox"

notifications:
- provider: Webhook
Expand Down

0 comments on commit 386fc9d

Please sign in to comment.