X Tutup
Skip to content

Commit 7761dda

Browse files
committed
Needs python3-venv
1 parent bbf0c58 commit 7761dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python: 3.6
33
before_install:
44
- sudo apt-get update
5-
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
5+
- sudo apt-get install -y hunspell hunspell-fr-comprehensive python3-venv
66
install:
77
- pip install pospell
88
- pospell --version

0 commit comments

Comments
 (0)
X Tutup