Fixes travis config

This commit is contained in:
Oleg Silkin 2019-08-23 13:50:53 -04:00
parent a0985044a6
commit 4387a8cdef
3 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,7 @@
sudo: required sudo: required
language: python language: python
dist: xenial dist: xenial
python: "3.7" python: 3.7
jobs: jobs:
include: include:
@ -12,4 +12,4 @@ jobs:
mkdir database mkdir database
mkdir logs mkdir logs
script: script:
- python -m unittest tests - python -m unittest tests.

View file

@ -10,6 +10,5 @@ ExecStart=/home/lbry/comment-server/venv/bin/commentserv --port %i
Restart=on-failure Restart=on-failure
KillMode=process KillMode=process
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View file

@ -1,5 +1,5 @@
# lbryum_servers: ['jiggytom.mynetgear.com:50001',] # lbryum_servers: ['jiggytom.mynetgear.com:50001',]
# comment_server: 'http://localhost:5921/api' comment_server: 'https://comments.lbry.com/dev/api'
share_usage_data: false share_usage_data: false