Ran
|
Jobs
3
|
Files
176
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
cron
travis-ci
Add Python 3.7 and 3.8 support (#1516) * Announce Python 2.6 and latest versions support 2.6 is supported according to code in setup.py, so add that * Add Python 3.7 and 3.8 to Travis * Remove <3.7, and set USE_OPENMP=false for 3.8 * Remove Python versions that are EOL * Scale down in attempt to fix Travis tests * Use a version of pyflakes that supports 3.8 See https://github.com/PyCQA/pyflakes/commit/7c74ab0dd * Skip the -n option entirely in attempt to fix test * Fix pyflakes warning * Fix pyflakes warning * Fix pyflakes warning * Re-add Python 2.7, as requested * Re-add Python 2.7, as requested * Switch to check_output() to ease debugging Re-raise CalledProcessError since its __str__ does not print output * Getting weird build errors on osx and 3.8. Revert. * Capture stderr to aid debugging * Tickle Travis * Also test Python 3.8 with OpenMP * Skip test that times out * Skip one more test that times out * Skip test that times out (3/n) Co-authored-by: EKC (Erik Cederstrand) <ekc@novozymes.com>
2215 of 2706 branches covered (81.86%)
7943 of 8971 relevant lines covered (88.54%)
1.33 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
2 | 5075.2 (PYTHON_VERSION=3.7) | 88 |
88.5 |
Travis Job 5075.2 | |
3 | 5075.3 (PYTHON_VERSION=3.8) | 88 |
88.58 |
Travis Job 5075.3 | |
4 | 5075.4 (PYTHON_VERSION=3.8 USE_OPENMP=false) | 88 |
88.61 |
Travis Job 5075.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|