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:
|
||||
- pip install git+https://github.com/PyCQA/pylint.git
|
||||
- pip install mypy
|
||||
- pip install -e .[test,server]
|
||||
- pip install -e .
|
||||
script:
|
||||
- pylint --rcfile=setup.cfg torba
|
||||
- mypy --ignore-missing-imports torba
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -9,7 +9,6 @@ TESTTYPE =
|
|||
|
||||
[testenv]
|
||||
deps = coverage
|
||||
extras = test,server
|
||||
changedir = {toxinidir}/tests
|
||||
setenv =
|
||||
integration: TORBA_LEDGER={envname}
|
||||
|
|
Loading…
Reference in a new issue