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

More tests #330

Merged
merged 7 commits into from May 24, 2016
Merged

More tests #330

merged 7 commits into from May 24, 2016

Commits on May 21, 2016

  1. Rework travis tests

    * Checks for a specific number of NOTEs
    * Fixed the bug that failing commands did NOT result in failing tests by pulling
      most of the comamnds back into travis.yml and surroundeed the ones in the
      helper with set -x. All failing commands in travis.yml will fail the tests, all
      commmands in the helper will abort the travis run -> only put commands in the
      helper which will completly scre up the tests, things like installation commands
    * Now tests on Mac OS X
    * Uses a specific build matrix so that only 10 tests are run
    jankatins committed May 21, 2016
    Configuration menu
    Copy the full SHA
    7dffe93 View commit details
    Browse the repository at this point in the history
  2. Add tests for plotting

    jankatins committed May 21, 2016
    Configuration menu
    Copy the full SHA
    e91b423 View commit details
    Browse the repository at this point in the history
  3. Fix the NOTE test on OS X

    wc -l seems to output the number of lines with a leading space, which trips the test as `"5" != " 5"` ?
    jankatins committed May 21, 2016
    Configuration menu
    Copy the full SHA
    cd10e55 View commit details
    Browse the repository at this point in the history
  4. 3 Configuration menu
    Copy the full SHA
    2bc3588 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2016

  1. Configuration menu
    Copy the full SHA
    bd57190 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Move the install steps back into travis.yml

    set -e seems to not work as intended in a bash function, so a error in one of
    the individual steps wouldn't abort the build.
    jankatins committed May 23, 2016
    Configuration menu
    Copy the full SHA
    ee8904a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b69be2 View commit details
    Browse the repository at this point in the history