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

View file

@ -9,7 +9,6 @@ TESTTYPE =
[testenv]
deps = coverage
extras = test,server
changedir = {toxinidir}/tests
setenv =
integration: TORBA_LEDGER={envname}