Needs python3-venv

This commit is contained in:
Julien Palard 2018-10-05 18:43:30 +02:00
parent bbf0c58467
commit 7761dda58f

View File

@ -2,7 +2,7 @@ language: python
python: 3.6 python: 3.6
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y hunspell hunspell-fr-comprehensive - sudo apt-get install -y hunspell hunspell-fr-comprehensive python3-venv
install: install:
- pip install pospell - pip install pospell
- pospell --version - pospell --version