Skip to content

Commit

Permalink
[17.05] Pin dependencies for linting Galaxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed May 2, 2017
1 parent 06d0e4f commit 609842e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tox.ini
Expand Up @@ -6,23 +6,23 @@ skipsdist = True
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps =
flake8
flake8-docstrings>=1.1.0
flake8==3.3.0
flake8-docstrings==1.1.0

[testenv:py33-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8==3.3.0

[testenv:py34-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8==3.3.0

[testenv:py35-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8==3.3.0

[testenv:py27-unit]
commands = bash run_tests.sh --no-create-venv -u
Expand All @@ -42,16 +42,16 @@ commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-import-order>=0.9
flake8==3.3.0
flake8-import-order==0.12

[testenv:py27-lint-imports-include-list]
commands = bash .ci/flake8_wrapper_imports.sh
whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-import-order>=0.9
flake8==3.3.0
flake8-import-order==0.12

[testenv:qunit]
commands = bash run_tests.sh -q
Expand All @@ -78,14 +78,14 @@ commands = bash .ci/flake8_wrapper_docstrings.sh --exclude
whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-docstrings>=1.1.0
flake8==3.3.0
flake8-docstrings==1.1.0


[testenv:py27-lint-docstring-include-list]
commands = bash .ci/flake8_wrapper_docstrings.sh --include
whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-docstrings>=1.1.0
flake8==3.3.0
flake8-docstrings==1.1.0

0 comments on commit 609842e

Please sign in to comment.