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 2796ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'dodgy>=0.1.9',
'pyyaml',
'mccabe>=0.5.0',
'pyflakes>=0.8.1',
'pyflakes<1.7.0',
'pycodestyle<2.4.0',
'pep8-naming>=0.3.3',
'pydocstyle>=2.0.0',
Expand Down

0 comments on commit 2796ab1

Please sign in to comment.