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 9f6d900b23d0567a9fe958d14cbf4587c29738ce
parent 682ddbf65f8bde3c7acd80ca80166553130f5c9d
Author: Sheng <webmaster0115@gmail.com>
Date:   Tue, 15 Jan 2019 23:27:48 +0800

Updated .travis.yml

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==2.6 codecov flake8 + - pip install pytest==3.8.0 pytest-cov==2.6.0 codecov flake8 - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi script: