|
Ran
|
Jobs
4
|
Files
55
|
Run time
1min
|
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.
7197 of 7707 relevant lines covered (93.38%)
3.51 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 2208.1 (CONDA_ENV=py35-min) | 0 |
72.27 |
Travis Job 2208.1 | |
| 2 | 2208.2 (CONDA_ENV=py35) | 0 |
93.03 |
Travis Job 2208.2 | |
| 3 | 2208.3 (CONDA_ENV=py36 TASK="coverage" DEPLOY_ENV="true") | 0 |
93.03 |
Travis Job 2208.3 | |
| 4 | 2208.4 (CONDA_ENV=py37) | 0 |
93.03 |
Travis Job 2208.4 |