Just a heads up, if your Travis tests on a pull request are failing with something like "2611/home/travis/build.sh: line 114: bin/travis_test.sh: No such file or directory", the solution is to merge the pull request with master.
This was caused by my https://github.com/sympy/sympy/pull/1774, which renamed the test script. Travis does merge the pull request with master before testing, but still uses the .travis.yml from the pull request, and hence the problem. I'm not sure if this should be considered a Travis bug or not (if you think so, feel free to open an issue in their issue tracker about it). Sorry for the mess. I guess we have to be more careful about changes to the Travis setup in the future. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
