jrnl/.travis.yml
2020-04-10 11:51:55 -07:00

11 lines
200 B
YAML

dist: xenial # required for Python >= 3.7
language: python
python:
- "3.7"
install:
- "pip install -e ."
- "pip install -q behave"
# command to run tests
script:
- python --version
- behave