comment-server/.travis.yml

16 lines
252 B
YAML
Raw Normal View History

2019-08-13 09:32:34 -04:00
sudo: required
2019-08-13 08:40:44 -04:00
language: python
2019-08-13 09:32:34 -04:00
dist: xenial
2019-08-23 13:50:53 -04:00
python: 3.7
2019-08-13 08:40:44 -04:00
2019-08-13 09:32:34 -04:00
jobs:
include:
- stage: "Tests"
name: "Unit Tests"
install:
- pip install -e .
2019-08-23 13:54:05 -04:00
- mkdir database
- mkdir logs
2019-08-13 09:32:34 -04:00
script:
2019-08-23 14:16:52 -04:00
- python -m unittest