An error occurred fetching the project authors.
- 10 Apr, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Mar, 2020 1 commit
-
-
da-woods authored
Reasoning being that this make it easier to catch pypy3 regressions as they happen. * Fixed some very simple pypy3 failures (largely to do with different exception strings) * Splits pypy3_bugs.txt into three files - one for bugs that cause hard crashes (which we don't want to run in Travis at all); - one for bugs that are probably unfixable because they're just due to implementation details (e.g. when destructors are called). - all other bugs remain in pypy3_bugs.txt (The categorization has been done fairly quickly, so some bugs may be in the wrong place) * Made sure (hopefully) all bugs are now categorized, so a basic runtests.py with pypy3 should hopefully pass * Changed pypy3 to be required in Travis * Added an extra (optional) test that runs through pypy3_bugs.txt. The majority of this is expected to fail. This requires an extra option to runtest.py "--listfile", which just runs through the tests listed in the file. I haven't made pypy2 a required test in this commit - since Python2 support is deprecated soon, there seemed limited value in putting much effort into pypy2. Added faulthandler to runtests in the hope of being able to pin-down segmentation faults better on Travis FileListExcluder matches regexes, not just name. Uses the same mechanism as is used for processing string passed on commandline
-
- 11 Feb, 2020 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move slow MacOS builds higher up in the travis build matrix to make them start earlier and reduce the overall turn-over time.
-
Stefan Behnel authored
-
- 21 Jan, 2020 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Move back to a matrix setup in travis.yml to avoid the long list of redundant and boring Python build setups.
-
- 12 Jan, 2020 1 commit
-
-
Eddie Elizondo authored
Blacklists failing test for now
-
- 08 Jan, 2020 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2019 1 commit
-
-
Jeroen Demeyer authored
-
- 03 Aug, 2019 1 commit
-
-
Stefan Behnel authored
-
- 24 Apr, 2019 1 commit
-
-
Stefan Behnel authored
-
- 19 Apr, 2019 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 18 Apr, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Apr, 2019 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Feb, 2019 3 commits
-
-
Stefan Behnel authored
This reverts commit d49062fd.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 08 Feb, 2019 2 commits
-
-
Stefan Behnel authored
Do not install test dependencies on CPython dev versions in travis as they are likely to fail in pre-releases.
-
Stefan Behnel authored
-
- 11 Jan, 2019 1 commit
-
-
Stefan Behnel authored
Run stackless builds in travis before the pypy builds (which take very long), and require them to work, now that they seem to succeed.
-
- 01 Nov, 2018 1 commit
-
-
Stefan Behnel authored
Do not install test dependencies on CPython dev versions in travis as they are likely to fail in pre-releases.
-
- 30 Oct, 2018 1 commit
-
-
Stefan Behnel authored
Closes #2692.
-
- 23 Sep, 2018 1 commit
-
-
Stefan Behnel authored
-
- 26 Aug, 2018 8 commits
-
-
Stefan Behnel authored
Split C/C++ tests in travis again, but manually this time since many of the build matrix configs are special anyway.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Reorder and clean up travis build config to make the most interesting jobs run first: Py2.7/3.7/2.6.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
Enable coverage reporting in travis runs. Merge C/C++ jobs into one to simplify that (we have enough jobs to keep travis busy).
-
- 24 Aug, 2018 1 commit
-
-
Stefan Behnel authored
-