mirror of https://github.com/huashengdun/webssh
Use pytest 4.6+
parent
760c74a2f7
commit
11cc534e48
|
@ -11,7 +11,7 @@ python:
|
|||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest 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:
|
||||
|
|
Loading…
Reference in New Issue