From 0dd3f8bc12361353508bc56e7106475074b49032 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 14:01:47 +0200 Subject: [PATCH] Added system dependencies --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index de72de9a..da46eb97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,16 @@ dist: xenial # required for Python >= 3.7 language: python +sudo: required +addons: + apt: + packages: + - libenchant python: - "3.5" - - "3.5-dev" # 3.5 development branch - "3.6" - - "3.6-dev" # 3.6 development branch - "3.7" - - "3.7-dev" # 3.7 development branch - - "3.8-dev" # 3.8 development branch -# command to install dependencies + - "3.8-dev" install: - pip install -r dependencies.txt -# command to run tests script: - pytest