Skip to content

Commit d4c0d27

Browse files
authored
install all tests_require for bootstrap test (#298)
1 parent 42f5160 commit d4c0d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
# install_requires
1111
- pip install -U distlib EmPy pytest-rerunfailures pytest pytest-cov pytest-repeat pytest-runner
1212
# 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
13+
- pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-quotes pep8-naming pylint scspell3k
1414
# for uploading the coverage information to codecov
1515
- if [ "$TEST_SUITE" = "pytest" ]; then pip install codecov; fi
1616
script:

0 commit comments

Comments
 (0)