Skip to content

Commit 42f5160

Browse files
authored
install test_requires for bootstrap tests (#297)
1 parent a9abf1b commit 42f5160

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ env:
88
install:
99
- pip install -U setuptools
1010
# install_requires
11-
- pip install -U distlib EmPy
12-
# 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 pytest pytest-cov scspell3k; fi
14-
# colcon test needs pytest-cov and pytest-runner
15-
- if [ "$TEST_SUITE" = "bootstrap" ]; then pip install -U pytest pytest-cov pytest-rerunfailures pytest-repeat pytest-runner; fi
11+
- pip install -U distlib EmPy pytest-rerunfailures pytest pytest-cov pytest-repeat pytest-runner
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
1614
# for uploading the coverage information to codecov
1715
- if [ "$TEST_SUITE" = "pytest" ]; then pip install codecov; fi
1816
script:

0 commit comments

Comments
 (0)