comment-server/.travis.yml

15 lines
231 B
YAML
Raw Normal View History

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