Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
  • Loading branch information
chocoelho committed May 23, 2018
1 parent e66b1a2 commit 12e1436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ python:
- "3.7-dev"
install:
- "pip install nose coverage coveralls mock"
- "pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@develop"
- "pip install git+https://github.com/landscapeio/pylint-common.git@develop"
- "pip install git+https://github.com/landscapeio/pylint-celery.git@develop"
- "pip install git+https://github.com/landscapeio/pylint-django.git@develop"
- "pip install git+https://github.com/landscapeio/requirements-detector.git@develop"
- "pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@master"
- "pip install git+https://github.com/landscapeio/pylint-common.git@master"
- "pip install git+https://github.com/landscapeio/requirements-detector.git@master"
# reason: https://github.com/yaml/pyyaml/issues/126
- "pip install git+https://github.com/yaml/pyyaml.git@master"
- "pip install --editable ."
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
_PACKAGES = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])

_INSTALL_REQUIRES = [
'pylint>=1.5.6',
'pylint<2.0.0,>=1.5.6',
'pylint-plugin-utils>=0.2.6',
'pylint-common>=0.2.5',
'requirements-detector>=0.4.1',
'setoptconf>=0.2.0',
'dodgy>=0.1.9',
'pyyaml',
'mccabe>=0.5.0',
'pyflakes>=0.8.1',
'pycodestyle<2.4.0',
'pyflakes<2.0.0,>=0.8.1',
'pycodestyle<2.4.0,>=2.0.0',
'pep8-naming>=0.3.3',
'pydocstyle>=2.0.0',
]
Expand Down

0 comments on commit 12e1436

Please sign in to comment.