Skip to content

Commit 75377db

Browse files
committed
Add install of package libenchant-dev for Travis CI
1 parent 15a9892 commit 75377db

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
language: python
2+
23
python:
34
- "2.7"
45
- "3.2"
56
- "3.3"
7+
8+
before_install:
9+
- sudo apt-get update -qq
10+
- sudo apt-get install -y libenchant-dev
11+
612
install:
713
- "pip install -r requirements.txt"
14+
815
script: nosetests

0 commit comments

Comments
 (0)