From f1f31bfd10be775ff5099182e20266096e1c49a3 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 24 Apr 2017 21:21:53 +0200 Subject: [PATCH] adds examples dependencies (commented out, for now). --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d74d0d0..9acb734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ install: - pip install coveralls script: - make clean docs test + # - pip install pycountry # - bin/run_all_examples.sh after_success: - coveralls