adds examples dependencies (commented out, for now).

This commit is contained in:
Romain Dorgueil
2017-04-24 21:21:53 +02:00
parent 5176c8de01
commit f1f31bfd10

View File

@ -10,6 +10,7 @@ install:
- pip install coveralls - pip install coveralls
script: script:
- make clean docs test - make clean docs test
# - pip install pycountry
# - bin/run_all_examples.sh # - bin/run_all_examples.sh
after_success: after_success:
- coveralls - coveralls