Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huashengdun committed Oct 2, 2020
1 parent 11cc534 commit def4c9e
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>=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:
Expand Down

0 comments on commit def4c9e

Please sign in to comment.