Skip to content

Commit

Permalink
TravisCI: use planemo shed_lint with --ensure_metadata --urls
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Aug 5, 2016
1 parent 86c5601 commit 84ec0ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ before_install:
- echo "Using planemo lint to check for obvious tool errors"
- pip install --upgrade pip setuptools
- pip install planemo
- planemo shed_lint --report_level warn --tools --fail_level error --recursive ${TRAVIS_BUILD_DIR}/tools/
- planemo shed_lint --report_level warn --tools --fail_level error --recursive ${TRAVIS_BUILD_DIR}/datatypes/
- planemo shed_lint --report_level warn --tools --fail_level error --recursive ${TRAVIS_BUILD_DIR}/workflows/
- planemo shed_lint --report_level warn --tools --fail_level error --recursive ${TRAVIS_BUILD_DIR}/packages/
- planemo shed_lint --fail_level error --ensure_metadata --urls -r ${TRAVIS_BUILD_DIR}
- echo "Fixing permissions on Python eggs cache folder"
- mkdir -p "$HOME/.python-eggs"
- chmod 700 "$HOME/.python-eggs"
Expand Down

0 comments on commit 84ec0ad

Please sign in to comment.