[qa] removes examples and docs from travis as it does not fail on the first and duplicate rtd work on the second, at the cost of a much longer build time.

This commit is contained in:
Romain Dorgueil
2017-05-28 23:06:20 +02:00
parent 5b7e3c8324
commit 3ca5f962d2

View File

@ -9,8 +9,6 @@ install:
- make install-dev
- pip install coveralls
script:
- make clean docs test
- pip install pycountry
- bin/run_all_examples.sh
- make clean test
after_success:
- coveralls