mlr-archive / mlr-tutorial

The mlr package online tutorial
http://mlr-org.github.io/mlr/
20 stars 11 forks source link

Automatic link checking #25

Closed schiffner closed 6 years ago

schiffner commented 9 years ago

Relevant info from https://github.com/mlr-org/mlr/issues/157:

Also from Autodidact24: So, we use Travis CI for testing the project. If we decide to use http://wummel.github.io/linkchecker/, which is a Python framework, we'll just put something like this in .travis.yml:

language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
# command to install dependencies
script: python tests/link_checker.py
branches:
  only:
    - gh-pages
pat-s commented 6 years ago

This issue was moved to mlr-org/mlr#2300