Files
novelWriter/.travis.yml
T
Veronica K. B. Olsen 0dd3f8bc12 Added system dependencies
2019-05-16 14:01:47 +02:00

17 lines
240 B
YAML

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