commit 6b9a83ae8032f5ff3347043accee53f52a992d88
parent bed35a65c703a4977d18246e570a7fef9cb1afdf
Author: SomberNight <somber.night@protonmail.com>
Date: Tue, 11 Sep 2018 21:10:47 +0200
don't test with python 3.5
also, typing is no longer needed (part of stdlib from 3.5)
Diffstat:
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -2,7 +2,6 @@ sudo: true
dist: xenial
language: python
python:
- - 3.5
- 3.6
- 3.7
addons:
diff --git a/contrib/requirements/requirements.txt b/contrib/requirements/requirements.txt
@@ -6,7 +6,6 @@ protobuf
dnspython
jsonrpclib-pelix
qdarkstyle<3.0
-typing>=3.0.0
aiorpcx>=0.7.1,<0.8
aiohttp
aiohttp_socks
diff --git a/tox.ini b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36
+envlist = py36
[testenv]
deps=