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 def4c9e653ee2430851b739efe48d784c36d37fc
parent 11cc534e48180ce97e73572ee602b1cde49aa0f6
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri,  2 Oct 2020 11:51:44 +0800

Updated travis.yml

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

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