Skip to content

Commit

Permalink
Split requirements.txt with test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Oct 29, 2020
1 parent b07a65b commit bfa219e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- bash ./travis/register_ssh_key.sh
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- bash ./travis/run-tests.sh

Expand All @@ -35,6 +36,7 @@ jobs:
- bash ./travis/register_ssh_key.sh
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- bash ./travis/run-tests.sh

Expand All @@ -46,5 +48,6 @@ jobs:
- bash ./travis/register_ssh_key.sh
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- bash ./travis/run-tests.sh
12 changes: 0 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,3 @@
pip>=19.3
opencv-python>=4
numpy

# For quality
# Need pylint >= 2.6 to avoid false positive (bad-continuation).
# https://github.com/PyCQA/pylint/issues/289
pylint>=2.6
flake8
prospector
pycodestyle
mypy
pytest
pytest-cov
pytest-xdist
10 changes: 10 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Need pylint >= 2.6 to avoid false positive (bad-continuation).
# https://github.com/PyCQA/pylint/issues/289
pylint>=2.6
flake8
prospector
pycodestyle
mypy
pytest
pytest-cov
pytest-xdist

0 comments on commit bfa219e

Please sign in to comment.