Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 39ad5a4

Browse files
committed
apt install enchant
1 parent 2067db4 commit 39ad5a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- "2.7"
44
# command to install dependencies
5+
before_install:
6+
- sudo apt-get install -y enchant
57
install:
68
- pip install -r requirements/dev.txt
79
# command to run tests

0 commit comments

Comments
 (0)