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
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.

View file

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

View file

@ -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