drop [test,server] extras from travis and tox.ini

This commit is contained in:
Lex Berezhny 2018-11-20 22:59:58 -05:00
parent 10c1f8e1cf
commit 4b39aad07e
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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}