We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cc534 commit def4c9eCopy full SHA for def4c9e
.travis.yml
@@ -11,7 +11,7 @@ python:
11
12
install:
13
- pip install -r requirements.txt
14
- - pip install pytest>=4.6 pytest-cov codecov flake8
+ - pip install 'pytest>=4.6' pytest-cov codecov flake8
15
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi
16
17
script:
0 commit comments