|
Ran
|
Files
55
|
Run time
6s
|
Badge
README BADGES
|
push
travis-ci
remove python 2 lines (#757) * Resolve merge conflicts. The upstream what's new file had been updated. * Remove py2 and Windows checks. Removed because python 2 is no longer supported, and this let us remove the checks for Windows too. * Remove from __future__ import print_function. * Remove from __future__ import division. * Revert "Remove py2 and Windows checks." This reverts commit a762fc334. * Remove has_python2 checks. * Remove duplicate line in what's new file. * Remove python2-sensitive imports. * Remove out-of-date python2 comment. * Import JSONDecodeError directly in py3 way. * Change Tkinter import (py2) to tkinter (py3). * Update import configparser to only py3 version. * Update documentation comment. * Remove strict arguments. The case where these were relevant (Windows build using Python 2) is no longer used because Python 2 is no longer supported. * Remove platform_is_windows import. It is no longer used. * Set strict arg to True for two tests. * Fix indentation mistake. Convert tabs to spaces. * Revert "Remove from __future__ import print_function." This reverts commit 0508b33d6. This also undoes the changes to how configparser is imported.
5570 of 7707 relevant lines covered (72.27%)
0.72 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|