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 3f58730 commit e848304Copy full SHA for e848304
.travis.yml
@@ -10,7 +10,7 @@ install:
10
# install_requires
11
- pip install -U distlib EmPy pytest-rerunfailures pytest pytest-cov pytest-repeat
12
# additional tests_require
13
- - if [ "$TEST_SUITE" = "pytest" ]; then pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-quotes pep8-naming pylint scspell3k; fi
+ - pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-quotes pep8-naming pylint scspell3k
14
# for uploading the coverage information to codecov
15
- if [ "$TEST_SUITE" = "pytest" ]; then pip install codecov; fi
16
script:
0 commit comments