[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:
@ -9,8 +9,6 @@ install:
|
|||||||
- make install-dev
|
- make install-dev
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
- make clean docs test
|
- make clean test
|
||||||
- pip install pycountry
|
|
||||||
- bin/run_all_examples.sh
|
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user