Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

green_mode_core.py: Remove unnecessary import #331

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ishaan29
Copy link

@Ishaan29 Ishaan29 commented Jan 6, 2019

Removed the delayed import of function check_filename_prefix_postfix
as it was already been called once , hence delayed import was
unnecessary

Closes #300

@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/30/0a/1b009b525526cd3cd9f52f52391b426c5a3597447be811a10bcb1f6b05eb/pytest_cov-2.6.0-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-pnrzdx45/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/46/19/3ccfafa00e8ad2580f160c612d5c736ac70b86777cb2c2a3ada239186e18/ruamel.yaml-0.15.83-cp34-cp34m-manylinux1_x86_64.whl
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/2f/33/0708f7ceeedde222a14ada679c1b8fd118b3b2325024ef75c434aefe4857/lml-0.0.7-py2.py3-none-any.whl
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting docutils>=0.7 (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl (5.7MB)
    100% |████████████████████████████████| 5.7MB 251kB/s 
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Installing collected packages: pycodestyle, autopep8, click, polib, dennis, aenum, certifi, idna, urllib3, chardet, requests, safety, colorama, mando, radon, vulture, pyyaml, smmap2, gitdb2, GitPython, stevedore, bandit, docutils, rstcheck, restructuredtext-lint, cmakelint, eradicate, pyflakes, autoflake, mypy-lang, yapf, docutils-ast-writer, guess-language-spirit, munkres3, snowballstemmer, pydocstyle, pyroma, isort, libclang-py3, testfixtures, colorlog, termcolor, pyprint, coala-utils, sarge, dependency-management, unidiff, Pygments, coala, lxml, pycparser, cffi, brotlipy, dominate, singledispatch, bitstring, defusedxml, HTTPolice, nltk, scspell3k, ipython-genutils, decorator, traitlets, jsonschema, jupyter-core, nbformat, cpplint, mccabe, wrapt, lazy-object-proxy, astroid, pylint, ansicolor, vim-vint, memento-client, apertium-lint, future, proselint, docopt, template-remover, html-linter, yamllint, cppclean, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, ruamel.yaml, MarkupSafe, jinja2, crayons, lml, moban, attrs, py, atomicwrites, pluggy, more-itertools, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, apipkg, execnet, pytest-forked, pytest-xdist, requests-mock, wcwidth, prompt-toolkit, typing, simplegeneric, parso, jedi, backcall, pickleshare, ptyprocess, pexpect, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.7 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.6 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.0 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.83 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils>=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests>=2.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: setuptools>=19.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging~=16.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.0
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Sun Jan  6 11:51:47 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38090083 function calls (36671627 primitive calls) in 43.929 seconds

   Ordered by: cumulative time
   List reduced from 5604 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   43.974    0.370 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   43.962    0.382 unittest.py:182(runtest)
      115    0.000    0.000   43.960    0.382 case.py:627(__call__)
      115    0.006    0.000   43.960    0.382 case.py:545(run)
       39    0.005    0.000   42.685    1.094 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   42.636    1.093 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   41.708    1.069 Collectors.py:292(collect_all_bears_from_sections)
       17    0.001    0.000   41.000    2.412 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   40.906    2.406 Bears.py:43(<dictcomp>)
      297    0.061    0.000   35.502    0.120 Collectors.py:157(collect_bears)
400583/24077    1.510    0.000   35.468    0.001 decorators.py:22(yield_once_generator)
    45554    0.307    0.000   35.065    0.001 Collectors.py:110(icollect_bears)
   109890    0.303    0.000   27.570    0.000 Collectors.py:22(_import_bears)
   174523    1.091    0.000   27.185    0.000 Importers.py:129(iimport_objects)
   174523    1.270    0.000   16.050    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   12.587   12.587 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.134    7.134 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.004    0.000    6.372    0.021 Section.py:138(bear_dirs)
      297    0.006    0.000    6.278    0.021 Collectors.py:333(collect_registered_bears_dirs)
      175    0.001    0.000    6.164    0.035 __init__.py:2333(load)



travis_fold:start:py-4947.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4947.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 48.47 seconds ==========================
TravisBuddy Request Identifier: 86e8cde0-11a9-11e9-a449-0b9a49f18a3c

@@ -50,8 +50,7 @@ def green_mode(project_dir: str, ignore_globs, bears, bear_settings_obj,
The maximum number of values to run the bear again and again for
a optional setting.
"""
from coala_quickstart.green_mode.filename_operations import (
check_filename_prefix_postfix)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary newline, please remove this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the reason why travis test was failing ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build is failing due to a different reason, most probably.

@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/30/0a/1b009b525526cd3cd9f52f52391b426c5a3597447be811a10bcb1f6b05eb/pytest_cov-2.6.0-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-tjzjtu75/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/2f/33/0708f7ceeedde222a14ada679c1b8fd118b3b2325024ef75c434aefe4857/lml-0.0.7-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/46/19/3ccfafa00e8ad2580f160c612d5c736ac70b86777cb2c2a3ada239186e18/ruamel.yaml-0.15.83-cp34-cp34m-manylinux1_x86_64.whl
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting docutils<1.0,>=0.11 (from restructuredtext-lint~=1.0.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Installing collected packages: termcolor, colorama, pyprint, sarge, coala-utils, dependency-management, testfixtures, unidiff, certifi, chardet, urllib3, idna, requests, colorlog, Pygments, libclang-py3, coala, pycodestyle, autopep8, munkres3, isort, guess-language-spirit, pyyaml, mando, radon, aenum, cppclean, pyflakes, cmakelint, smmap2, gitdb2, GitPython, stevedore, bandit, mypy-lang, vulture, docutils, restructuredtext-lint, lazy-object-proxy, wrapt, astroid, mccabe, pylint, ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, singledispatch, pycparser, cffi, brotlipy, lxml, defusedxml, bitstring, dominate, HTTPolice, autoflake, nltk, yapf, docutils-ast-writer, memento-client, scspell3k, ansicolor, vim-vint, rstcheck, apertium-lint, snowballstemmer, pydocstyle, click, safety, polib, dennis, pyroma, yamllint, cpplint, docopt, template-remover, html-linter, future, proselint, eradicate, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, lml, crayons, MarkupSafe, jinja2, ruamel.yaml, moban, pluggy, more-itertools, atomicwrites, attrs, py, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, pytest-forked, apipkg, execnet, pytest-xdist, requests-mock, pickleshare, typing, parso, jedi, backcall, ptyprocess, pexpect, simplegeneric, wcwidth, prompt-toolkit, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.7 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.6 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.0 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.83 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyroma~=2.2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyroma~=2.2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch>=3.4.0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.0
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Sun Jan  6 15:37:42 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38077330 function calls (36658515 primitive calls) in 45.506 seconds

   Ordered by: cumulative time
   List reduced from 5557 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   45.558    0.383 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   45.547    0.396 unittest.py:182(runtest)
      115    0.001    0.000   45.545    0.396 case.py:627(__call__)
      115    0.008    0.000   45.545    0.396 case.py:545(run)
       39    0.005    0.000   44.266    1.135 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   44.213    1.134 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   43.264    1.109 Collectors.py:292(collect_all_bears_from_sections)
       17    0.001    0.000   42.452    2.497 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   42.426    2.496 Bears.py:43(<dictcomp>)
      297    0.066    0.000   36.887    0.124 Collectors.py:157(collect_bears)
400592/24086    1.588    0.000   36.877    0.002 decorators.py:22(yield_once_generator)
    45554    0.318    0.000   36.409    0.001 Collectors.py:110(icollect_bears)
   109890    0.316    0.000   28.636    0.000 Collectors.py:22(_import_bears)
   174523    1.141    0.000   28.240    0.000 Importers.py:129(iimport_objects)
   174523    1.317    0.000   16.638    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   13.083   13.083 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.370    7.370 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.005    0.000    6.549    0.022 Section.py:138(bear_dirs)
      297    0.006    0.000    6.450    0.022 Collectors.py:333(collect_registered_bears_dirs)
      175    0.001    0.000    6.334    0.036 __init__.py:2333(load)



travis_fold:start:py-4948.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4948.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 50.00 seconds ==========================
TravisBuddy Request Identifier: 14e87c70-11c9-11e9-a449-0b9a49f18a3c

@KVGarg
Copy link

KVGarg commented Jan 6, 2019

Hi @Ishaan29 you have multiple commits over the PR, please squash your commits - one commit with a good commit message ;-)
Check here to know how to squash one or more commits.

@Ishaan29
Copy link
Author

Ishaan29 commented Jan 7, 2019

I don't understand why travis-ci test 1 is failing , it worked fine on my local machine . am I missing something ?? @KVGarg @palash25 @li-boxuan

Copy link
Member

@shashank-b shashank-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes look fine but you need to squash the 2 commits into one. Checkout the Newcomers' Guide. That explains all this.
Also change .. it was already been called once , hence delayed import was unnecessary. to .. it shadowed an identical import in the module scope..
Also change Fix to Remove in the header.

Copy link
Member

@shashank-b shashank-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And don't worry about the travis-tests for now. If this import was actually unnecessary (which it was), the builds won't be affected.

@Ishaan29
Copy link
Author

Ishaan29 commented Jan 7, 2019

Sure , I will implement the suggested changes

@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-rjm_onyf/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/90/e5/eaa5a1c8a9adbac956daa6027789ff13e30362a03cc0d010d88bd867c73f/lml-0.0.9-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/46/19/3ccfafa00e8ad2580f160c612d5c736ac70b86777cb2c2a3ada239186e18/ruamel.yaml-0.15.83-cp34-cp34m-manylinux1_x86_64.whl
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting docutils>=0.7 (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting singledispatch (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Installing collected packages: pyflakes, pyyaml, yamllint, docutils, rstcheck, cpplint, apertium-lint, urllib3, certifi, chardet, idna, requests, click, safety, memento-client, eradicate, colorama, termcolor, pyprint, libclang-py3, colorlog, coala-utils, Pygments, unidiff, sarge, dependency-management, testfixtures, coala, pyroma, munkres3, future, proselint, guess-language-spirit, cppclean, vulture, restructuredtext-lint, mando, radon, docopt, template-remover, html-linter, pycodestyle, autopep8, singledispatch, nltk, autoflake, yapf, snowballstemmer, pydocstyle, defusedxml, dominate, pycparser, cffi, brotlipy, bitstring, lxml, HTTPolice, scspell3k, polib, dennis, wrapt, lazy-object-proxy, astroid, mccabe, isort, pylint, cmakelint, aenum, smmap2, gitdb2, GitPython, stevedore, bandit, ipython-genutils, decorator, traitlets, jupyter-core, jsonschema, nbformat, docutils-ast-writer, mypy-lang, ansicolor, vim-vint, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, lml, ruamel.yaml, MarkupSafe, jinja2, crayons, moban, more-itertools, atomicwrites, pluggy, py, attrs, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, apipkg, execnet, pytest-forked, pytest-xdist, requests-mock, simplegeneric, wcwidth, prompt-toolkit, parso, jedi, ptyprocess, pexpect, typing, backcall, pickleshare, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.9 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.7 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.83 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six>=1.10.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests~=2.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging~=16.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: setuptools>=19.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils<1.0,>=0.11 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from restructuredtext-lint~=1.0.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.1
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Mon Jan  7 10:16:39 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38077184 function calls (36658286 primitive calls) in 46.135 seconds

   Ordered by: cumulative time
   List reduced from 5556 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   46.181    0.388 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   46.169    0.401 unittest.py:182(runtest)
      115    0.000    0.000   46.168    0.401 case.py:627(__call__)
      115    0.007    0.000   46.167    0.401 case.py:545(run)
       39    0.005    0.000   44.915    1.152 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   44.862    1.150 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   43.902    1.126 Collectors.py:292(collect_all_bears_from_sections)
       17    0.001    0.000   43.127    2.537 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   43.100    2.535 Bears.py:43(<dictcomp>)
      297    0.066    0.000   37.449    0.126 Collectors.py:157(collect_bears)
400593/24087    1.656    0.000   37.440    0.002 decorators.py:22(yield_once_generator)
    45554    0.332    0.000   36.948    0.001 Collectors.py:110(icollect_bears)
   109890    0.324    0.000   29.025    0.000 Collectors.py:22(_import_bears)
   174523    1.143    0.000   28.626    0.000 Importers.py:129(iimport_objects)
   174523    1.348    0.000   16.847    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   13.819   13.819 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.356    7.356 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.005    0.000    6.624    0.022 Section.py:138(bear_dirs)
      297    0.006    0.000    6.525    0.022 Collectors.py:333(collect_registered_bears_dirs)
      175    0.001    0.000    6.403    0.037 __init__.py:2333(load)



travis_fold:start:py-4958.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4958.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 50.65 seconds ==========================
TravisBuddy Request Identifier: 64cd8c20-1265-11e9-962f-bf63ffca8115

Copy link
Member

@Naveenaidu Naveenaidu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!! :) Please squash your commits. Refer this

No need to worry about Travis Failure. The failure is unrelated to your changes :D

@Ishaan29
Copy link
Author

Ishaan29 commented Jan 8, 2019

Done ! squashing commits :)

@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-4dngpvpu/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/90/e5/eaa5a1c8a9adbac956daa6027789ff13e30362a03cc0d010d88bd867c73f/lml-0.0.9-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/24/b5/7ec37b4e998db79e9e1381c5b69842000d5f20c76ed5202172a8a8894347/ruamel.yaml-0.15.84-cp34-cp34m-manylinux1_x86_64.whl (654kB)
    100% |████████████████████████████████| 655kB 2.0MB/s 
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting singledispatch (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Installing collected packages: colorlog, termcolor, colorama, pyprint, coala-utils, sarge, dependency-management, unidiff, testfixtures, libclang-py3, certifi, idna, chardet, urllib3, requests, Pygments, coala, guess-language-spirit, pycodestyle, autopep8, pyyaml, cppclean, docutils, docutils-ast-writer, pyflakes, restructuredtext-lint, click, safety, cmakelint, eradicate, snowballstemmer, pydocstyle, rstcheck, mypy-lang, cpplint, singledispatch, nltk, future, proselint, mccabe, isort, wrapt, lazy-object-proxy, astroid, pylint, docopt, template-remover, html-linter, munkres3, vulture, stevedore, smmap2, gitdb2, GitPython, bandit, lxml, dominate, pycparser, cffi, brotlipy, bitstring, defusedxml, HTTPolice, jsonschema, ipython-genutils, decorator, traitlets, jupyter-core, nbformat, apertium-lint, yapf, aenum, polib, dennis, yamllint, mando, radon, scspell3k, pyroma, ansicolor, vim-vint, memento-client, autoflake, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, lml, ruamel.yaml, MarkupSafe, jinja2, crayons, moban, atomicwrites, attrs, py, pluggy, more-itertools, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, pytest-forked, apipkg, execnet, pytest-xdist, requests-mock, ptyprocess, pexpect, wcwidth, prompt-toolkit, backcall, typing, simplegeneric, parso, jedi, pickleshare, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.9 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.7 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.84 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: docutils>=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from rstcheck~=3.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests>=2.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyroma~=2.2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests>=2.7.0->memento-client~=0.6.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging->safety~=0.5.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.1
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Tue Jan  8 07:18:16 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38075283 function calls (36656698 primitive calls) in 46.001 seconds

   Ordered by: cumulative time
   List reduced from 5556 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   46.049    0.387 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   46.037    0.400 unittest.py:182(runtest)
      115    0.000    0.000   46.036    0.400 case.py:627(__call__)
      115    0.007    0.000   46.035    0.400 case.py:545(run)
       39    0.005    0.000   44.814    1.149 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   44.761    1.148 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   43.802    1.123 Collectors.py:292(collect_all_bears_from_sections)
       17    0.001    0.000   43.017    2.530 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   42.991    2.529 Bears.py:43(<dictcomp>)
      297    0.068    0.000   37.332    0.126 Collectors.py:157(collect_bears)
400583/24077    1.609    0.000   37.296    0.002 decorators.py:22(yield_once_generator)
    45554    0.331    0.000   36.843    0.001 Collectors.py:110(icollect_bears)
   109890    0.325    0.000   29.003    0.000 Collectors.py:22(_import_bears)
   174523    1.173    0.000   28.602    0.000 Importers.py:129(iimport_objects)
   174523    1.361    0.000   16.755    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   13.882   13.882 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.335    7.335 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.005    0.000    6.639    0.022 Section.py:138(bear_dirs)
      297    0.006    0.000    6.541    0.022 Collectors.py:333(collect_registered_bears_dirs)
      175    0.001    0.000    6.424    0.037 __init__.py:2333(load)



travis_fold:start:py-4883.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4883.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 50.42 seconds ==========================
TravisBuddy Request Identifier: b9494ae0-1315-11e9-9a38-0181ea675062

Copy link
Member

@shashank-b shashank-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 4th point of Commit Body section of the Commit Guidelines says the following:
First person should not be used here.
This is not being followed in this commit message.

@Ishaan29
Copy link
Author

Ishaan29 commented Jan 8, 2019

Do you want me to change Removed -> Remove in commit message body ?

@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-ckeu5e64/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Downloading https://files.pythonhosted.org/packages/6a/64/80bf54a30292fd4d18d8ffe9b823b7b20dc17681ca1a5b4e806dd140f4de/ruamel.yaml-0.15.85-cp34-cp34m-manylinux1_x86_64.whl (654kB)
    100% |████████████████████████████████| 655kB 2.1MB/s 
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/90/e5/eaa5a1c8a9adbac956daa6027789ff13e30362a03cc0d010d88bd867c73f/lml-0.0.9-py2.py3-none-any.whl
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting docutils>=0.12 (from docutils-ast-writer~=0.1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Installing collected packages: isort, aenum, docutils, docutils-ast-writer, mypy-lang, pycodestyle, autopep8, guess-language-spirit, cmakelint, snowballstemmer, pydocstyle, future, click, proselint, pyroma, chardet, idna, certifi, urllib3, requests, safety, pyflakes, autoflake, vulture, ipython-genutils, decorator, traitlets, jsonschema, jupyter-core, nbformat, pyyaml, ansicolor, vim-vint, polib, dennis, munkres3, cppclean, yapf, yamllint, docopt, template-remover, html-linter, restructuredtext-lint, stevedore, smmap2, gitdb2, GitPython, bandit, cpplint, lazy-object-proxy, wrapt, astroid, mccabe, pylint, colorama, termcolor, pyprint, libclang-py3, colorlog, Pygments, testfixtures, coala-utils, sarge, dependency-management, unidiff, coala, memento-client, scspell3k, eradicate, apertium-lint, rstcheck, singledispatch, dominate, defusedxml, bitstring, pycparser, cffi, brotlipy, lxml, HTTPolice, mando, radon, nltk, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, ruamel.yaml, lml, MarkupSafe, jinja2, crayons, moban, pluggy, py, atomicwrites, attrs, more-itertools, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, pytest-forked, apipkg, execnet, pytest-xdist, requests-mock, pickleshare, ptyprocess, pexpect, parso, jedi, backcall, simplegeneric, wcwidth, prompt-toolkit, typing, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �\� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.9 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.7 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.85 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging~=16.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests~=2.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: setuptools>=19.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyroma~=2.2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch>=3.4.0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.1
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Tue Jan  8 14:07:53 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38096148 function calls (36677562 primitive calls) in 42.969 seconds

   Ordered by: cumulative time
   List reduced from 5557 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   43.014    0.361 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   43.003    0.374 unittest.py:182(runtest)
      115    0.000    0.000   43.002    0.374 case.py:627(__call__)
      115    0.006    0.000   43.002    0.374 case.py:545(run)
       39    0.005    0.000   41.756    1.071 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   41.704    1.069 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   40.788    1.046 Collectors.py:292(collect_all_bears_from_sections)
       17    0.001    0.000   40.051    2.356 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   40.002    2.353 Bears.py:43(<dictcomp>)
      297    0.060    0.000   34.736    0.117 Collectors.py:157(collect_bears)
400583/24077    1.447    0.000   34.701    0.001 decorators.py:22(yield_once_generator)
    45554    0.294    0.000   34.327    0.001 Collectors.py:110(icollect_bears)
   109890    0.292    0.000   27.059    0.000 Collectors.py:22(_import_bears)
   174523    1.073    0.000   26.697    0.000 Importers.py:129(iimport_objects)
   174523    1.245    0.000   15.664    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   12.273   12.273 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.026    7.026 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.005    0.000    6.216    0.021 Section.py:138(bear_dirs)
      297    0.005    0.000    6.122    0.021 Collectors.py:333(collect_registered_bears_dirs)
      175    0.001    0.000    6.010    0.034 __init__.py:2333(load)



travis_fold:start:py-4964.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4964.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 47.44 seconds ==========================
TravisBuddy Request Identifier: e3472c20-134e-11e9-9a38-0181ea675062

Copy link
Member

@shashank-b shashank-b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message still needs changes. Please check out the examples in the Commit Guidelines. It should start with something like This removes ...

This removes delayed import of function check_filename_prefix_postfix
as it shadowed an identical import in module scope

Closes coala#300
@TravisBuddy
Copy link

Travis tests have failed

Hey @Ishaan29,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

pytest
Using cached https://files.pythonhosted.org/packages/d8/e9/73246a565c34c5f203dd78bc2382e0e93aa7a249cdaeba709099eb1bc701/pytest-3.6.4-py2.py3-none-any.whl
Collecting pytest-cov~=2.4 (from -r test-requirements.txt (line 16))
  Using cached https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
Collecting pytest-env~=0.6.0 (from -r test-requirements.txt (line 17))
Collecting pytest-error-for-skips~=1.0 (from -r test-requirements.txt (line 18))
  Using cached https://files.pythonhosted.org/packages/8a/0e/d5a0796809d3a6e06993cb40a22f92a5760b16b9256827d5b4d1504934c5/pytest_error_for_skips-1.0.0-py3-none-any.whl
Collecting pytest-instafail~=0.3.0 (from -r test-requirements.txt (line 19))
Collecting pytest-mock~=1.1 (from -r test-requirements.txt (line 20))
  Using cached https://files.pythonhosted.org/packages/5e/58/c97f24442020f91af0a4a266280f48b2cbbc43b4e33b0955ac3b3425a5ff/pytest_mock-1.10.0-py2.py3-none-any.whl
Collecting pytest-profiling~=1.3.0 (from -r test-requirements.txt (line 21))
Collecting pytest-reorder~=0.1.0 (from -r test-requirements.txt (line 22))
  Using cached https://files.pythonhosted.org/packages/4d/7e/35dacdd38028efe9a575ac1d87ed31f39920940d84dd6094f70c3ae28301/pytest_reorder-0.1.1-py3-none-any.whl
Collecting pytest-reqs from git+https://github.com/jayvdb/pytest-reqs@coala#egg=pytest-reqs (from -r test-requirements.txt (line 23))
  Cloning https://github.com/jayvdb/pytest-reqs (to coala) to /tmp/pip-build-42hfvzih/pytest-reqs
Collecting pytest-timeout~=1.3.0 (from -r test-requirements.txt (line 24))
  Using cached https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
Collecting pytest-travis-fold~=1.3.0 (from -r test-requirements.txt (line 25))
  Using cached https://files.pythonhosted.org/packages/70/31/6735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f/pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Collecting pytest-xdist~=1.15 (from -r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/4f/3a/b270094400d243bb4404b3de601955155a418cd8dbc729ff41602c6dd435/pytest_xdist-1.25.0-py2.py3-none-any.whl
Collecting requests-mock~=1.2 (from -r test-requirements.txt (line 27))
  Using cached https://files.pythonhosted.org/packages/f3/5b/7fc2615e6ae2d229214fd4d7617dd28475d728124c5f3d0653663113ac85/requests_mock-1.5.2-py2.py3-none-any.whl
Collecting ipdb~=0.11 (from -r test-requirements.txt (line 28))
Requirement already satisfied: pip<10 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 29))
Requirement already satisfied: wheel~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r test-requirements.txt (line 30))
Collecting pyyaml~=3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting isort~=4.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1f/2c/22eee714d7199ae0464beda6ad5fedec8fee6a2f7ffd1e8f1840928fe318/isort-4.3.4-py3-none-any.whl
Collecting proselint~=0.7.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting cmakelint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting nbformat~=4.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl
Collecting cppclean~=0.12.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting restructuredtext-lint~=1.0.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yapf~=0.16.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/09/09/b062eb42ba2751ee29c4d227a3502ff4de617adbc744dd985134c35bf0b3/yapf-0.16.3-py2.py3-none-any.whl
Collecting guess-language-spirit~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autoflake~=0.7 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting autopep8~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pycodestyle~=2.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl
Collecting memento-client~=0.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/41/8d/8dfc683c1228779b2eb6e80681e70d450b20fce58d53483fb6e5c7f6ff34/memento_client-0.6.1-py2.py3-none-any.whl
Collecting radon==1.4.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/b1/24/594df18af8141787d8e2d694fbc898fd26f0aa26597fe6f6652cdb773a7f/radon-1.4.0-py2.py3-none-any.whl
Collecting HTTPolice~=0.5.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/3a/b4/ad13fae41373a0734388b7fee1418fb9cdc57662ef46e25bcf805428c187/HTTPolice-0.5.2-py2.py3-none-any.whl
Collecting pydocstyle~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/43/8a/f1141af0c8406788a5c38ad5001d4163d903b5384a6517239d2ac42734c8/pydocstyle-2.1.1-py3-none-any.whl
Collecting rstcheck~=3.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting apertium-lint~=0.29 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting bandit~=1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/94/34afbe0c28b0c35f5116955c86c20599b3c732ddc1b2c452f190760ebfbf/bandit-1.5.1-py2.py3-none-any.whl
Collecting vim-vint~=0.3.12 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/26/62/af455972b57d2640dec5fe12bb43790951c84f50f5c5f43eef38dc06365c/vim_vint-0.3.19-py2.py3-none-any.whl
Collecting cpplint~=1.3 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting yamllint~=1.6.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/07/cf/213a023883122cc527bdc5cab135a4e30af93c1a0feaa6cabc16aaee68ac/yamllint-1.6.1-py2.py3-none-any.whl
Collecting nltk~=3.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting click==6.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1c/7c/10b4132dd952b6a04e37626258825b8aa8c1eb99545f2eb26a77c21efb55/click-6.6-py2.py3-none-any.whl
Collecting vulture~=0.25.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/98/d7/3cc454c33422f1c43255928e7b4bac77a0bcabb113a946997edc60a2a176/vulture-0.25-py2.py3-none-any.whl
Collecting mypy-lang~=0.4.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting eradicate~=0.1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting coala>=0.12.0.dev20170828055500 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/24/5c/15242d3079510651c410f56672e6eceabda5b4e53b97344419c79e4239b3/coala-0.12.0.dev20180101025653-py34.py35.py36-none-any.whl
Collecting aenum~=2.0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/01/11/e0b5efc82daace980210c1b5f1458676ccc6513514955678801b44f9169c/aenum-2.0.10-py3-none-any.whl
Collecting pyflakes~=1.5.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/27/49/924098b3b85c286696f37e014475d79471ffc44509613af420645a3c12cb/pyflakes-1.5.0-py2.py3-none-any.whl
Collecting pylint~=1.6 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/59/65/adcffa71fe942313c4d9e9284565d9a9e67798f4771f464e1d5dd58fea88/pylint-1.9.4-py2.py3-none-any.whl
Collecting dennis~=0.8 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/2d/2e/2cb43a5e787387b558d2eeefc2713305d2df97c4622cee37b1e6f5505031/dennis-0.9-py2.py3-none-any.whl
Collecting safety~=0.5.1 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/78/91/710fd502f4a04c7eac855fd8cdd25c471aae86d86d944e1ab21cd6ec5ca7/safety-0.5.1-py2.py3-none-any.whl
Collecting scspell3k~=2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting html-linter~=0.3.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting munkres3~=1.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyroma~=2.2.0 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docutils-ast-writer~=0.1.2 (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting pyprint==0.2.* (from coala_utils~=0.6.6->-r requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/b0/45/8912d660c6accfe665f6649433362aa0eb9a94a3a71ee3a71d8956f0a4ed/PyPrint-0.2.6-py3-none-any.whl
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Collecting requests>=2.7.9 (from codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl
Collecting ruamel.yaml (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/6a/64/80bf54a30292fd4d18d8ffe9b823b7b20dc17681ca1a5b4e806dd140f4de/ruamel.yaml-0.15.85-cp34-cp34m-manylinux1_x86_64.whl
Collecting jinja2>=2.7.1 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Collecting lml>=0.0.7 (from moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/90/e5/eaa5a1c8a9adbac956daa6027789ff13e30362a03cc0d010d88bd867c73f/lml-0.0.9-py2.py3-none-any.whl
Collecting crayons (from moban~=0.3.3->-r test-requirements.txt (line 13))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Requirement already satisfied: six in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14))
Collecting py>=1.5.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl
Collecting attrs>=17.4.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting more-itertools>=4.0.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/a4/a6/42f17d065bda1fac255db13afc94c93dbfb64393eae37c749b4cb0752fc7/more_itertools-5.0.0-py3-none-any.whl
Collecting atomicwrites>=1.0 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/3a/9a/9d878f8d885706e2530402de6417141129a943802c084238914fa6798d97/atomicwrites-1.2.1-py2.py3-none-any.whl
Collecting pluggy<0.8,>=0.5 (from pytest~=3.6.1->-r test-requirements.txt (line 15))
  Using cached https://files.pythonhosted.org/packages/f5/f1/5a93c118663896d83f7bcbfb7f657ce1d0c0d617e6b4a443a53abcc658ca/pluggy-0.7.1-py2.py3-none-any.whl
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pytest~=3.6.1->-r test-requirements.txt (line 15))
Collecting gprof2dot (from pytest-profiling~=1.3.0->-r test-requirements.txt (line 21))
Collecting pip_api>=0.0.2 (from pytest-reqs->-r test-requirements.txt (line 23))
  Using cached https://files.pythonhosted.org/packages/d5/71/73fce7f962dc0a22087305dbe5c38528ecda21c823e3552817321a587180/pip_api-0.0.4-py3-none-any.whl
Collecting execnet>=1.1 (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/f9/76/3343e69a2a1602052f587898934e5fea395d22310d39c07955596597227c/execnet-1.5.0-py2.py3-none-any.whl
Collecting pytest-forked (from pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/dd/9d/fb75af584b850a902c9ce5ec96ea5c623978113b8a240ab414e1a435df93/pytest_forked-0.2-py2.py3-none-any.whl
Collecting ipython>=5.0.0; python_version >= "3.3" (from ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/f7/62/2fef7db3a7b75e8099c3d9db2630ae5ba0b9eefefd91f7497862393d90e8/ipython-6.5.0-py3-none-any.whl
Collecting future (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting jupyter-core (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl
Collecting ipython-genutils (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting traitlets>=4.1 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting docutils<1.0,>=0.11 (from restructuredtext-lint~=1.0.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl
Collecting mando<0.4,>=0.3 (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/4a/77/180f0b61dca785a6b76c4f1ba611100fbc628abeb8415fa7c5c4c5d99e0b/mando-0.3.3-py2.py3-none-any.whl
Collecting lxml>=3.6.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c1/03/0e0948f35788721343bc7ad9ff09169244ac89948985b29bd86b7e613f9d/lxml-4.3.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting dominate>=2.2.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1a/54/50ec03a4b4114e2c02d049cc26fe6ad8f0653ba5d0cd55d7c9bf9a260434/dominate-2.3.5-py2.py3-none-any.whl
Collecting brotlipy>=0.5.1 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/f6/fd/b6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767/brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting singledispatch>=3.4.0.3 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting bitstring>=3.1.4 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting defusedxml>=0.5.0 (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/1c/17f3e3935a913dfe2a5ca85fa5ccbef366bfd82eb318b1f75dadbf0affca/defusedxml-0.5.0-py2.py3-none-any.whl
Collecting snowballstemmer (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl
Collecting GitPython>=1.0.1 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fe/e5/fafe827507644c32d6dc553a1c435cdf882e0c28918a5bab29f7fbebfb70/GitPython-2.1.11-py2.py3-none-any.whl
Collecting stevedore>=1.20.0 (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/35/fa/8683fab2a6e15ecfe107996e56fab91e52fe3ec0b40ca9440a0e1ffe6892/stevedore-1.30.0-py2.py3-none-any.whl
Collecting ansicolor~=0.2.4 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/42/0b/f370fae6d0070758e8bbf46c77da779e4ea79870ea5197893b2678848aeb/ansicolor-0.2.6-py2.py3-none-any.whl
Collecting chardet>=2.3.0 (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting unidiff~=0.5.2 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/68/52/c7278fc3c17d1aaade84597968d88f97f0f4ec7288ddedb6970a341c5170/unidiff-0.5.5-py2.py3-none-any.whl
Collecting dependency-management~=0.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/1d/c7/e1ff3d4b90b1a4197e90bb43c87200ce89c677e26dadbc55cc9f943de47b/dependency_management-0.4.0-py3-none-any.whl
Collecting colorlog~=2.7 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/61/ff/d6337d488739c1a7ade37f736880e44717bcb0e7cea178c17774a4a93700/colorlog-2.10.0-py2.py3-none-any.whl
Collecting libclang-py3~=3.4.0 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting testfixtures~=4.14.3 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/6c/4e/0381a0ead1f270f0bd2854e3ad40c24242bcf9ee99093e786111f831cad2/testfixtures-4.14.3-py2.py3-none-any.whl
Collecting Pygments~=2.1 (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl
Collecting mccabe (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
Collecting astroid<2.0,>=1.6 (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/0e/9b/18b08991c8c6aaa827faf394f4468b8fee41db1f73aa5157f9f5fb2e69c3/astroid-1.6.5-py2.py3-none-any.whl
Collecting polib>=1.0.8 (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/30/a2/e407c3b00cace3d7fc8df14d364deeecfeb96044e1a317de583bc26eae58/polib-1.1.0-py2.py3-none-any.whl
Collecting template-remover (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting docopt>=0.6.1 (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting termcolor~=1.1.0 (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Collecting certifi>=2017.4.17 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Collecting urllib3<1.25,>=1.21.1 (from requests>=2.7.9->codecov~=2.0.5->-r test-requirements.txt (line 12))
  Using cached https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=2.7.1->moban~=0.3.3->-r test-requirements.txt (line 13))
  Using cached https://files.pythonhosted.org/packages/3e/a6/230a77104000937d717c300bcefe907a960d437e1a721e49c5fb40deb1c0/MarkupSafe-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist~=1.15->-r test-requirements.txt (line 26))
  Using cached https://files.pythonhosted.org/packages/67/08/4815a09603fc800209431bec5b8bd2acf2f95abdfb558a44a42507fb94da/apipkg-1.5-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting pexpect; sys_platform != "win32" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/89/e6/b5a1de8b0cc4e07ca1b305a4fcc3f9806025c1b651ea302646341222f88b/pexpect-4.6.0-py2.py3-none-any.whl
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl
Collecting typing; python_version <= "3.4" (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/4a/bd/eee1157fc2d8514970b345d69cb9975dcd1e42cd7e61146ed841f6e68309/typing-3.6.6-py3-none-any.whl
Collecting decorator (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting pickleshare (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
Collecting backcall (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
Collecting jedi>=0.10 (from ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/c2/bc/54d53f5bc4658380d0eca9055d72be4df45e5bfd91a4bac97da224a92553/jedi-0.13.2-py2.py3-none-any.whl
Collecting cffi>=1.0.0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/64/3d/684e2f507c61995ee725c44e6f34e7a6a9b7286161ef370575f1bbda3899/cffi-1.11.5-cp34-cp34m-manylinux1_x86_64.whl
Collecting gitdb2>=2.0.0 (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/da/30/a407568aa8d8f25db817cf50121a958722f3fc5f87e3a6fba1f40c0633e3/gitdb2-2.0.5-py2.py3-none-any.whl
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting sarge~=0.1.4 (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting lazy-object-proxy (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/fd/80/825b2c8d828a8fcae14f6e6c19eeefda649462e9e95894a184b53913e79e/lazy_object_proxy-1.3.1-cp34-cp34m-manylinux1_x86_64.whl
Collecting wrapt (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Collecting parso>=0.3.0 (from jedi>=0.10->ipython>=5.0.0; python_version >= "3.3"->ipdb~=0.11->-r test-requirements.txt (line 28))
  Using cached https://files.pythonhosted.org/packages/09/51/9c48a46334be50c13d25a3afe55fa05c445699304c5ad32619de953a2305/parso-0.3.1-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl
Installing collected packages: pyyaml, isort, click, future, proselint, cmakelint, decorator, ipython-genutils, traitlets, jupyter-core, jsonschema, nbformat, cppclean, docutils, restructuredtext-lint, yapf, guess-language-spirit, pyflakes, autoflake, pycodestyle, autopep8, certifi, idna, chardet, urllib3, requests, memento-client, colorama, mando, radon, lxml, dominate, pycparser, cffi, brotlipy, singledispatch, bitstring, defusedxml, HTTPolice, snowballstemmer, pydocstyle, rstcheck, apertium-lint, smmap2, gitdb2, GitPython, stevedore, bandit, ansicolor, vim-vint, cpplint, yamllint, nltk, vulture, mypy-lang, eradicate, unidiff, termcolor, pyprint, coala-utils, sarge, dependency-management, colorlog, libclang-py3, testfixtures, Pygments, coala, aenum, mccabe, lazy-object-proxy, wrapt, astroid, pylint, polib, dennis, safety, scspell3k, docopt, template-remover, html-linter, munkres3, pyroma, docutils-ast-writer, coala-bears, gemfileparser, pyjsparser, coverage, coverage-env-plugin, coverage-config-reload-plugin, codecov, ruamel.yaml, MarkupSafe, jinja2, lml, crayons, moban, py, attrs, more-itertools, atomicwrites, pluggy, pytest, pytest-cov, pytest-env, pytest-error-for-skips, pytest-instafail, pytest-mock, gprof2dot, pytest-profiling, pytest-reorder, pip-api, pytest-reqs, pytest-timeout, pytest-travis-fold, apipkg, execnet, pytest-forked, pytest-xdist, requests-mock, simplegeneric, ptyprocess, pexpect, wcwidth, prompt-toolkit, typing, pickleshare, backcall, parso, jedi, ipython, ipdb
  Found existing installation: py 1.4.33
    Uninstalling py-1.4.33:
      Successfully uninstalled py-1.4.33
  Found existing installation: pytest 3.0.7
    Uninstalling pytest-3.0.7:
      Successfully uninstalled pytest-3.0.7
  Running setup.py install for pytest-reqs ... -� �done
Successfully installed GitPython-2.1.11 HTTPolice-0.5.2 MarkupSafe-1.1.0 Pygments-2.3.1 aenum-2.0.10 ansicolor-0.2.6 apertium-lint-0.29 apipkg-1.5 astroid-1.6.5 atomicwrites-1.2.1 attrs-18.2.0 autoflake-0.7 autopep8-1.4.3 backcall-0.1.0 bandit-1.5.1 bitstring-3.1.5 brotlipy-0.7.0 certifi-2018.11.29 cffi-1.11.5 chardet-3.0.4 click-6.6 cmakelint-1.3.4.1 coala-0.12.0.dev20180101025653 coala-bears-0.12.0.dev20171110210444 coala-utils-0.6.7 codecov-2.0.15 colorama-0.3.9 colorlog-2.10.0 coverage-4.4.1 coverage-config-reload-plugin-0.2.0 coverage-env-plugin-0.1 cppclean-0.12 cpplint-1.3.0 crayons-0.1.2 decorator-4.3.0 defusedxml-0.5.0 dennis-0.9 dependency-management-0.4.0 docopt-0.6.2 docutils-0.14 docutils-ast-writer-0.1.2 dominate-2.3.5 eradicate-0.1.6 execnet-1.5.0 future-0.17.1 gemfileparser-0.6.2 gitdb2-2.0.5 gprof2dot-2017.9.19 guess-language-spirit-0.5.3 html-linter-0.3.0 idna-2.8 ipdb-0.11 ipython-6.5.0 ipython-genutils-0.2.0 isort-4.3.4 jedi-0.13.2 jinja2-2.10 jsonschema-2.6.0 jupyter-core-4.4.0 lazy-object-proxy-1.3.1 libclang-py3-3.4.0 lml-0.0.9 lxml-4.3.0 mando-0.3.3 mccabe-0.6.1 memento-client-0.6.1 moban-0.3.7 more-itertools-5.0.0 munkres3-1.0.5.5 mypy-lang-0.4.6 nbformat-4.4.0 nltk-3.4 parso-0.3.1 pexpect-4.6.0 pickleshare-0.7.5 pip-api-0.0.4 pluggy-0.7.1 polib-1.1.0 prompt-toolkit-1.0.15 proselint-0.7.0 ptyprocess-0.6.0 py-1.7.0 pycodestyle-2.4.0 pycparser-2.19 pydocstyle-2.1.1 pyflakes-1.5.0 pyjsparser-2.4.5 pylint-1.9.4 pyprint-0.2.6 pyroma-2.2 pytest-3.6.4 pytest-cov-2.6.1 pytest-env-0.6.2 pytest-error-for-skips-1.0.0 pytest-forked-0.2 pytest-instafail-0.3.0 pytest-mock-1.10.0 pytest-profiling-1.3.0 pytest-reorder-0.1.1 pytest-reqs-0.2.0 pytest-timeout-1.3.3 pytest-travis-fold-1.3.0 pytest-xdist-1.25.0 pyyaml-3.13 radon-1.4.0 requests-2.21.0 requests-mock-1.5.2 restructuredtext-lint-1.0.1 rstcheck-3.3.1 ruamel.yaml-0.15.85 safety-0.5.1 sarge-0.1.5.post0 scspell3k-2.1 simplegeneric-0.8.1 singledispatch-3.4.0.3 smmap2-2.0.5 snowballstemmer-1.2.1 stevedore-1.30.0 template-remover-0.1.9 termcolor-1.1.0 testfixtures-4.14.3 traitlets-4.3.2 typing-3.6.6 unidiff-0.5.5 urllib3-1.24.1 vim-vint-0.3.19 vulture-0.25 wcwidth-0.1.7 wrapt-1.10.11 yamllint-1.6.1 yapf-0.16.3
$ pip install -r requirements.txt
Requirement already satisfied: coala_bears~=0.12.0.dev20170722110839 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied: coala_utils~=0.6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 2))
Requirement already satisfied: gemfileparser~=0.6.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 3))
Requirement already satisfied: pyjsparser~=2.4.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from -r requirements.txt (line 4))
Requirement already satisfied: html-linter~=0.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: restructuredtext-lint~=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autoflake~=0.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bandit~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: scspell3k~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cmakelint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nltk~=3.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: aenum~=2.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycodestyle~=2.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: HTTPolice~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mypy-lang~=0.4.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yapf~=0.16.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: click==6.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyroma~=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: isort~=4.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cppclean~=0.12.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: nbformat~=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: autopep8~=1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: apertium-lint~=0.29 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vim-vint~=0.3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: yamllint~=1.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: vulture~=0.25.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: proselint~=0.7.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pylint~=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dennis~=0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: munkres3~=1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyyaml~=3.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: radon==1.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: coala>=0.12.0.dev20170828055500 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: rstcheck~=3.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: safety~=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: memento-client~=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pydocstyle~=2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyflakes~=1.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils-ast-writer~=0.1.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: eradicate~=0.1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cpplint~=1.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyprint==0.2.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: appdirs==1.4.* in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: nose in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gemfileparser~=0.6.2->-r requirements.txt (line 3))
Requirement already satisfied: template-remover in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docopt>=0.6.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from html-linter~=0.3.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: docutils<1.0,>=0.11 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from restructuredtext-lint~=1.0.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: six>=1.10.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: GitPython>=1.0.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: stevedore>=1.20.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: singledispatch in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nltk~=3.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: defusedxml>=0.5.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: brotlipy>=0.5.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: bitstring>=3.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dominate>=2.2.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lxml>=3.6.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: setuptools in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyroma~=2.2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ipython-genutils in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: traitlets>=4.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: jupyter-core in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: chardet>=2.3.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: ansicolor~=0.2.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from vim-vint~=0.3.12->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: future in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from proselint~=0.7.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mccabe in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: astroid<2.0,>=1.6 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: polib>=1.0.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dennis~=0.8->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorama<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: mando<0.4,>=0.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from radon==1.4.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: unidiff~=0.5.2 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: testfixtures~=4.14.3 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: packaging~=16.8 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: libclang-py3~=3.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: requests~=2.12 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: dependency-management~=0.4.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: Pygments~=2.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: colorlog~=2.7 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: snowballstemmer in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pydocstyle~=2.0->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: termcolor~=1.1.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from pyprint==0.2.*->coala_utils~=0.6.6->-r requirements.txt (line 2))
Requirement already satisfied: gitdb2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from stevedore>=1.20.0->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: cffi>=1.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: decorator in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from traitlets>=4.1->nbformat~=4.1->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: lazy-object-proxy in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: wrapt in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from astroid<2.0,>=1.6->pylint~=1.6->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pyparsing in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from packaging~=16.8->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: idna<2.9,>=2.5 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: certifi>=2017.4.17 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from requests~=2.12->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: sarge~=0.1.4 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from dependency-management~=0.4.0->coala>=0.12.0.dev20170828055500->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: smmap2>=2.0.0 in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from gitdb2>=2.0.0->GitPython>=1.0.1->bandit~=1.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
Requirement already satisfied: pycparser in /home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages (from cffi>=1.0.0->brotlipy>=0.5.1->HTTPolice~=0.5.2->coala_bears~=0.12.0.dev20170722110839->-r requirements.txt (line 1))
$ pytest
============================= test session starts ==============================
platform linux -- Python 3.4.6, pytest-3.6.4, py-1.7.0, pluggy-0.7.1
rootdir: /home/travis/build/coala/coala-quickstart, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.25.0, travis-fold-1.3.0, timeout-1.3.3, reqs-0.2.0, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.6.1
timeout: 60.0s
timeout method: signal
timeout func_only: False
collected 119 items                                                            

coala_quickstart/generation/Project.py .                                 [  0%]
coala_quickstart/generation/Utilities.py .                               [  1%]
coala_quickstart/info_extraction/Utilities.py .                          [  2%]
coala_quickstart/interaction/Logo.py .                                   [  3%]
tests/generation/BearsTest.py .............                              [ 14%]
tests/generation/InfoCollectorTest.py .                                  [ 15%]
tests/generation/ProjectTest.py ....                                     [ 18%]
tests/generation/SettingsClassTest.py ..                                 [ 20%]
tests/generation/SettingsFillingTest.py ...........                      [ 29%]
tests/generation/SettingsTest.py ...                                     [ 31%]
tests/generation/UtilitiesTest.py .......................                [ 51%]
tests/green_mode/QuickstartBearTest.py .                                 [ 52%]
tests/green_mode/filename_operationsTest.py ..                           [ 53%]
tests/green_mode/green_modeTest.py ..............................        [ 78%]
tests/green_mode/test_dir/file_aggregatorTest.py .                       [ 79%]
tests/info_extraction/InfoExtractorTest.py ........                      [ 86%]
tests/info_extraction/InfoScopeTest.py ...                               [ 89%]
tests/info_extraction/InfoTest.py ...                                    [ 91%]
tests/info_extractors/EditorconfigInfoExtractorTest.py .                 [ 92%]
tests/info_extractors/GemfileInfoExtractorTest.py .                      [ 93%]
tests/info_extractors/GruntfileInfoExtractorTest.py .                    [ 94%]
tests/info_extractors/PackageJSONInfoExtractorTest.py ..                 [ 95%]
tests/info_extractors/UtilitiesTest.py ..                                [ 97%]
tests/interaction/LogoTest.py ...                                        [100%]
Profiling (from /home/travis/build/coala/coala-quickstart/prof/combined.prof):
Wed Jan  9 13:24:19 2019    /home/travis/build/coala/coala-quickstart/prof/combined.prof

         38074940 function calls (36656299 primitive calls) in 45.696 seconds

   Ordered by: cumulative time
   List reduced from 5556 to 20 due to restriction <20>

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
      119    0.001    0.000   45.742    0.384 runner.py:105(pytest_runtest_call)
      115    0.001    0.000   45.730    0.398 unittest.py:182(runtest)
      115    0.000    0.000   45.729    0.398 case.py:627(__call__)
      115    0.006    0.000   45.728    0.398 case.py:545(run)
       39    0.006    0.000   44.467    1.140 ConfigurationGathering.py:420(get_filtered_bears)
       39    0.001    0.000   44.413    1.139 ConfigurationGathering.py:400(get_all_bears)
       39    0.005    0.000   43.458    1.114 Collectors.py:292(collect_all_bears_from_sections)
       17    0.002    0.000   42.695    2.511 Bears.py:17(filter_relevant_bears)
       17    0.001    0.000   42.670    2.510 Bears.py:43(<dictcomp>)
      297    0.064    0.000   37.069    0.125 Collectors.py:157(collect_bears)
400583/24077    1.571    0.000   37.033    0.002 decorators.py:22(yield_once_generator)
    45554    0.319    0.000   36.627    0.001 Collectors.py:110(icollect_bears)
   109890    0.321    0.000   28.829    0.000 Collectors.py:22(_import_bears)
   174523    1.158    0.000   28.435    0.000 Importers.py:129(iimport_objects)
   174523    1.339    0.000   16.696    0.000 Importers.py:98(_iimport_objects)
        1    0.000    0.000   13.610   13.610 BearsTest.py:171(test_filter_relevant_bears_with_extracted_info)
        1    0.000    0.000    7.280    7.280 BearsTest.py:136(test_filter_relevant_bears_green_mode)
      297    0.005    0.000    6.559    0.022 Section.py:138(bear_dirs)
      297    0.006    0.000    6.459    0.022 Collectors.py:333(collect_registered_bears_dirs)
      175    0.002    0.000    6.338    0.036 __init__.py:2333(load)



travis_fold:start:py-4984.cov.0
----------- coverage: platform linux, python 3.4.6-final-0 -----------
Name                                                           Stmts   Miss Branch BrPart  Cover   Missing
----------------------------------------------------------------------------------------------------------
coala_quickstart/Constants.py                                      7      0      0      0   100%
coala_quickstart/Strings.py                                        8      0      0      0   100%
coala_quickstart/coala_quickstart.py                              51      0      2      0   100%
coala_quickstart/generation/InfoCollector.py                      20      0      8      0   100%
coala_quickstart/generation/InfoMapping.py                         3      0      0      0   100%
coala_quickstart/generation/Project.py                            58      0     22      0   100%
coala_quickstart/generation/Settings.py                           44      0     18      0   100%
coala_quickstart/generation/SettingsClass.py                     117      0     56      0   100%
coala_quickstart/generation/SettingsFilling.py                    51      0     27      0   100%
coala_quickstart/generation/Utilities.py                         133      0     75      0   100%
coala_quickstart/generation/__init__.py                            0      0      0      0   100%
coala_quickstart/green_mode/QuickstartBear.py                     15      0      6      0   100%
coala_quickstart/green_mode/Setting.py                            14      0      8      0   100%
coala_quickstart/green_mode/file_aggregator.py                    45      0     22      0   100%
coala_quickstart/green_mode/filename_operations.py                77      0     40      0   100%
coala_quickstart/info_extraction/Info.py                          16      0      2      0   100%
coala_quickstart/info_extraction/InfoExtractor.py                 50      0     24      0   100%
coala_quickstart/info_extraction/InfoScope.py                     37      0     28      0   100%
coala_quickstart/info_extraction/Information.py                   63      0      0      0   100%
coala_quickstart/info_extraction/Utilities.py                     14      0     12      0   100%
coala_quickstart/info_extraction/__init__.py                       0      0      0      0   100%
coala_quickstart/info_extractors/PackageJSONInfoExtractor.py      27      0     10      0   100%
coala_quickstart/info_extractors/Utilities.py                     19      0     18      0   100%
coala_quickstart/info_extractors/__init__.py                       0      0      0      0   100%
coala_quickstart/interaction/Logo.py                              19      0      8      0   100%
coala_quickstart/interaction/__init__.py                           0      0      0      0   100%
coala_quickstart/green_mode/green_mode.py                        325      2    187      0    99%   359, 393
----------------------------------------------------------------------------------------------------------
TOTAL                                                           1213      2    573      0    99%
travis_fold:end:py-4984.cov.0

FAIL Required test coverage of 100% not reached. Total coverage: 99.89%

========================= 119 passed in 50.06 seconds ==========================
TravisBuddy Request Identifier: f21d3230-1411-11e9-be9a-0de216b0fb54

@li-boxuan li-boxuan assigned Ishaan29 and darkfist and unassigned darkfist Jan 9, 2019
@Ishaan29
Copy link
Author

Ishaan29 commented Jan 9, 2019

changed the commit message as per the commit message guideline

Copy link

@KVGarg KVGarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@utkarsh2102 utkarsh2102 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat. LGTM.

However, you could put the title, the same as the commit head ;)

@Ishaan29 Ishaan29 changed the title green_mode_core.py: Fix unnecessary import green_mode_core.py: Remove unnecessary import Jan 16, 2019
@Ishaan29
Copy link
Author

Sure @utkarsh2102

Copy link
Member

@rajgoesout rajgoesout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 👍

Copy link
Member

@jayvdb jayvdb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be mergable when it is rebased.

@Ishaan29
Copy link
Author

Is this PR mergable ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

function green_mode unnecessary delayed import of check_filename_prefix_postfix