forked from LBRYCommunity/lbry-sdk
drop [test,server] extras from travis and tox.ini
This commit is contained in:
parent
10c1f8e1cf
commit
4b39aad07e
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- pip install git+https://github.com/PyCQA/pylint.git
|
- pip install git+https://github.com/PyCQA/pylint.git
|
||||||
- pip install mypy
|
- pip install mypy
|
||||||
- pip install -e .[test,server]
|
- pip install -e .
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile=setup.cfg torba
|
- pylint --rcfile=setup.cfg torba
|
||||||
- mypy --ignore-missing-imports torba
|
- mypy --ignore-missing-imports torba
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -9,7 +9,6 @@ TESTTYPE =
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = coverage
|
deps = coverage
|
||||||
extras = test,server
|
|
||||||
changedir = {toxinidir}/tests
|
changedir = {toxinidir}/tests
|
||||||
setenv =
|
setenv =
|
||||||
integration: TORBA_LEDGER={envname}
|
integration: TORBA_LEDGER={envname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue