Files
novelWriter/.travis.yml
T
Veronica K. B. Olsen 76abea7a22 Oops ...
2019-05-16 14:33:36 +02:00

17 lines
263 B
YAML

dist: xenial # required for Python >= 3.7
language: python
sudo: required
addons:
apt:
packages:
- libenchant-dev
python:
# - "3.5"
# - "3.6"
- "3.7"
# - "3.8-dev"
install:
- pip install -r requirements.txt
script:
- python -m pytest -v