Travis config for comment server
This commit is contained in:
parent
1fd544dbf2
commit
a0985044a6
2 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
@ -1,2 +1,15 @@
|
|||
sudo: required
|
||||
language: python
|
||||
dist: xenial
|
||||
python: "3.7"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: "Tests"
|
||||
name: "Unit Tests"
|
||||
install:
|
||||
- pip install -e .
|
||||
mkdir database
|
||||
mkdir logs
|
||||
script:
|
||||
- python -m unittest tests
|
||||
|
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
Reference in a new issue