Skip to content

Commit

Permalink
travis (tentative fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed Sep 27, 2015
1 parent f3ec4cc commit 60f7ffb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Expand Up @@ -5,11 +5,15 @@ python:
- "3.4"
- "3.5"

before_install:
- sudo apt-get install hunspell
sudo: false

addons:
apt:
packages:
- hunspell

install:
- pip install -e . --use-mirrors
- pip install -e .
- pip install -r dev_requirements.txt
- pip install python-coveralls

Expand Down

0 comments on commit 60f7ffb

Please sign in to comment.