Skip to content

Commit f6fa943

Browse files
committed
Add install of packages aspell and aspell-fr for Travis CI
1 parent 75377db commit f6fa943

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
@@ -7,7 +7,7 @@ python:
77

88
before_install:
99
- sudo apt-get update -qq
10-
- sudo apt-get install -y libenchant-dev
10+
- sudo apt-get install -y aspell aspell-fr libenchant-dev
1111

1212
install:
1313
- "pip install -r requirements.txt"

0 commit comments

Comments
 (0)