From 4b39aad07ece83ee821472f3a6e7bc59c67a4074 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 20 Nov 2018 22:59:58 -0500 Subject: [PATCH] drop [test,server] extras from travis and tox.ini --- .travis.yml | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 105b20b43..3169a13fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 853b9a3d7..f57adac09 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ TESTTYPE = [testenv] deps = coverage -extras = test,server changedir = {toxinidir}/tests setenv = integration: TORBA_LEDGER={envname}