Fixes travis config
This commit is contained in:
parent
a0985044a6
commit
4387a8cdef
3 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
sudo: required
|
||||
language: python
|
||||
dist: xenial
|
||||
python: "3.7"
|
||||
python: 3.7
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
@ -12,4 +12,4 @@ jobs:
|
|||
mkdir database
|
||||
mkdir logs
|
||||
script:
|
||||
- python -m unittest tests
|
||||
- python -m unittest tests.
|
||||
|
|
|
@ -10,6 +10,5 @@ ExecStart=/home/lbry/comment-server/venv/bin/commentserv --port %i
|
|||
Restart=on-failure
|
||||
KillMode=process
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -1,5 +1,5 @@
|
|||
# lbryum_servers: ['jiggytom.mynetgear.com:50001',]
|
||||
# comment_server: 'http://localhost:5921/api'
|
||||
comment_server: 'https://comments.lbry.com/dev/api'
|
||||
share_usage_data: false
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue