Skip to content

Commit

Permalink
install all tests_require for bootstrap test
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Jan 29, 2020
1 parent 3f58730 commit e848304
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 @@ -10,7 +10,7 @@ install:
# install_requires
- pip install -U distlib EmPy pytest-rerunfailures pytest pytest-cov pytest-repeat
# additional tests_require
- 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
# for uploading the coverage information to codecov
- if [ "$TEST_SUITE" = "pytest" ]; then pip install codecov; fi
script:
Expand Down

0 comments on commit e848304

Please sign in to comment.