mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
don't test with python 3.5
also, typing is no longer needed (part of stdlib from 3.5)
This commit is contained in:
parent
bed35a65c7
commit
6b9a83ae80
3 changed files with 1 additions and 3 deletions
|
@ -2,7 +2,6 @@ sudo: true
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
addons:
|
||||
|
|
|
@ -6,7 +6,6 @@ protobuf
|
|||
dnspython
|
||||
jsonrpclib-pelix
|
||||
qdarkstyle<3.0
|
||||
typing>=3.0.0
|
||||
aiorpcx>=0.7.1,<0.8
|
||||
aiohttp
|
||||
aiohttp_socks
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py35, py36
|
||||
envlist = py36
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
Loading…
Add table
Reference in a new issue