aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)AuthorLines
2016-10-13Travis: use "make test" instead of calling pytest directlyNikolaus Rath-1/+1
2016-10-02Run tests under valgrind when available.Nikolaus Rath-0/+3
Fixes #50.
2016-07-23Disable thread sanitizer, use newer gcc.Nikolaus Rath-11/+18
There's no point in having tests failing all the time, we will re-enable thread sanitizer once we have figured out if the errors are bugs or false positives (and, if they are bugs, fixed them).
2016-06-05Automatically run CI tests with clangNikolaus Rath-1/+8
Fixes: #51
2016-05-13Added Travis integrationNikolaus Rath-0/+16