more fixes for build
This commit is contained in:
parent
87b7e5c742
commit
993f2e54f9
3 changed files with 3 additions and 4 deletions
|
@ -33,7 +33,8 @@ install:
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pip install mock pylint
|
- pip install cython
|
||||||
|
- pip install mock pylint unqlite
|
||||||
- ./run_pylint.sh
|
- ./run_pylint.sh
|
||||||
- ./run_tests.sh
|
- ./run_tests.sh
|
||||||
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi
|
- rvm use 2.3.1 && gem install danger --version '~> 4.0' && danger; fi
|
||||||
|
|
|
@ -2,10 +2,8 @@ import base64
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
import random
|
import random
|
||||||
import os
|
|
||||||
import socket
|
import socket
|
||||||
import string
|
import string
|
||||||
import sys
|
|
||||||
|
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ from twisted.internet.error import ConnectionDone, ConnectionLost
|
||||||
from txjsonrpc import jsonrpclib
|
from txjsonrpc import jsonrpclib
|
||||||
|
|
||||||
from lbrynet import conf
|
from lbrynet import conf
|
||||||
from lbrynet.core.Error import InvalidAuthenticationToken, InvalidHeaderError
|
from lbrynet.core.Error import InvalidAuthenticationToken
|
||||||
from lbrynet.core import utils
|
from lbrynet.core import utils
|
||||||
from lbrynet.lbrynet_daemon.auth.util import APIKey, get_auth_message, jsonrpc_dumps_pretty
|
from lbrynet.lbrynet_daemon.auth.util import APIKey, get_auth_message, jsonrpc_dumps_pretty
|
||||||
from lbrynet.lbrynet_daemon.auth.client import LBRY_SECRET
|
from lbrynet.lbrynet_daemon.auth.client import LBRY_SECRET
|
||||||
|
|
Loading…
Add table
Reference in a new issue