summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-11-05 23:18:35 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-11-05 23:56:50 +0200
commit0175fdbbb4f688edc48512aa2006226c145918d1 (patch)
treed7b1238711ed01fb3324bb1ede41510661e93bfe
parent87c77c1d077bd107f6a1199d27246127b423d778 (diff)
downloadapscheduler-0175fdbbb4f688edc48512aa2006226c145918d1.tar.gz
Install PyQt5 when testing on Python 3.5
This is now possible since binary wheels have been published for Linux, macOS and Windows.
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e637b8a..f3653a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ deps = pytest
{py27,pypy}: trollius
{py33}: asyncio
{py33,py34,py35}: pytest-asyncio
+ {py35}: PyQt5
[testenv:flake8]
deps = flake8