2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-04 18:00:26 +00:00
lnbook/.travis.yml

14 lines
233 B
YAML

language: minimal
dist: bionic
addons:
apt:
packages:
- python3-pip
- python3-setuptools
install:
- pip3 install --user codespell
script:
- codespell --ignore-words-list=que $(git ls-files -- "*.asciidoc" "*.md")