webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 918ec0ef916579596043ef9b699628fd7ceb4f6f
parent 5c8bd84b95910d4fe56dba754e6fb863d53a0b67
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 10 Jan 2019 22:38:29 +0800

pin pytest-cov==2.6.0

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,7 +14,7 @@ matrix: install: - pip install -r requirements.txt - - pip install pytest pytest-cov codecov flake8 + - pip install pytest pytest-cov==2.6 codecov flake8 - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi script: