Skip to content

Commit

Permalink
Use pytest 4.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Oct 2, 2020
1 parent 760c74a commit 11cc534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 11cc534

Please sign in to comment.