Browse Source
don't test with python 3.5
also, typing is no longer needed (part of stdlib from 3.5)
3.3.3.1
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
3 changed files with
1 additions and
3 deletions
-
.travis.yml
-
contrib/requirements/requirements.txt
-
tox.ini
|
@ -2,7 +2,6 @@ sudo: true |
|
|
dist: xenial |
|
|
dist: xenial |
|
|
language: python |
|
|
language: python |
|
|
python: |
|
|
python: |
|
|
- 3.5 |
|
|
|
|
|
- 3.6 |
|
|
- 3.6 |
|
|
- 3.7 |
|
|
- 3.7 |
|
|
addons: |
|
|
addons: |
|
|
|
@ -6,7 +6,6 @@ protobuf |
|
|
dnspython |
|
|
dnspython |
|
|
jsonrpclib-pelix |
|
|
jsonrpclib-pelix |
|
|
qdarkstyle<3.0 |
|
|
qdarkstyle<3.0 |
|
|
typing>=3.0.0 |
|
|
|
|
|
aiorpcx>=0.7.1,<0.8 |
|
|
aiorpcx>=0.7.1,<0.8 |
|
|
aiohttp |
|
|
aiohttp |
|
|
aiohttp_socks |
|
|
aiohttp_socks |
|
|
|
@ -1,5 +1,5 @@ |
|
|
[tox] |
|
|
[tox] |
|
|
envlist = py35, py36 |
|
|
envlist = py36 |
|
|
|
|
|
|
|
|
[testenv] |
|
|
[testenv] |
|
|
deps= |
|
|
deps= |
|
|