mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
11 lines
200 B
YAML
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
|