From 60f7ffb42751c8f5e1510a8ce078808b54028847 Mon Sep 17 00:00:00 2001 From: Eduardo Schettino Date: Sun, 27 Sep 2015 22:40:46 +0800 Subject: [PATCH] travis (tentative fix) --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60848c9..d2d7fe2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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