Skip to content

Commit

Permalink
Pin versions of coverage, flake8 to fix Travis-CI breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Jul 28, 2016
1 parent cc6fefb commit c2ef076
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[flake8]
ignore = E123,E133,E226,E241,E242,D203,D403
exclude = ez_setup.py,.tox,build,docs,.git,__pycache__,versioneer.py,_version.py
exclude = ez_setup.py,.tox,build,docs,.git,__pycache__,versioneer.py,_version.py,.eggs
max-complexity = 10

[tox]
Expand All @@ -15,7 +15,7 @@ envlist = setup, py26, py27, py33, py34, pypy, flake8, pylint, docs, stats
passenv = PREFIX
deps =
-rrequirements.txt
coverage
coverage==4.1
mock
sphinx>=1.3
sphinx_rtd_theme
Expand All @@ -37,12 +37,13 @@ commands =

[testenv:flake8]
deps =
flake8>=2.6.0
flake8-docstrings>=0.2.8
-rrequirements.txt
flake8==3.0.2
flake8-docstrings==1.0.2
pydocstyle>=1.0.0
pep8-naming>=0.4.1
mccabe>=0.5.0
commands = flake8 --verbose
commands = flake8

[testenv:pylint]
deps =
Expand Down

0 comments on commit c2ef076

Please sign in to comment.