Travis config for comment server

This commit is contained in:
Oleg Silkin 2019-08-13 09:32:34 -04:00
parent 1fd544dbf2
commit a0985044a6
2 changed files with 13 additions and 0 deletions

View file

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