Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: trigger travis OSX tests if Linux tests pass #4138

Merged
merged 1 commit into from Feb 23, 2015

Commits on Feb 21, 2015

  1. TST: trigger travis OSX tests if Linux tests pass

    Use travis_after_all to wait for all Linux tests to pass, before
    triggering the OSX tests at MacPython/matplotlib-wheels.
    
    Uses:
    
    * https://github.com/dmakhno/travis_after_all
    * https://github.com/ajdm/travis-build-children
    
    following model at:
    
    python-pillow/Pillow#1067
    
    Authorization token to allow trigger of OSX build comes from:
    
        travis login
        travis token  # My (Matthew Brett's) github token
        travis encrypt AUTH_TOKEN=<my_travis_token>
    
    The output becomes:
    
        env:
            global:
                - secure: "dfjNqGKzQG5bu3FnDNwLG8H/C4QoieFo4PfFmZPdM2RY7WIzukwKFNT6kiDfOrpwt+2bR7FhzjOGlDECGtlGOtYPN8XuXGjhcP4a4IfakdbDfF+D3NPIpf5VlE6776k0VpvcZBTMYJKNFIMc7QPkOwjvNJ2aXyfe3hBuGlKJzQU="
    
    in .travis.yml
    matthew-brett committed Feb 21, 2015
    Copy the full SHA
    df33cad View commit details
    Browse the repository at this point in the history