Skip to content

Commit

Permalink
Remove matrix fast_finish travis option
Browse files Browse the repository at this point in the history
  • Loading branch information
bsuttor committed Jun 12, 2017
1 parent 9ee3464 commit 8a87c6c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ env:
- PLONE_VERSION=4.3 TEST_EGGS=collective.messagesviewlet [plone4]
- PLONE_VERSION=5.0 TEST_EGGS=collective.messagesviewlet [plone5]
- PLONE_VERSION=5.1 TEST_EGGS=collective.messagesviewlet [plone5]
matrix:
fast_finish: true
install:
- sed -ie "s#5-latest#$PLONE_VERSION-latest#" buildout.cfg
- python bootstrap-buildout.py --version=2.5.3
Expand All @@ -26,7 +24,7 @@ script:
- bin/createcoverage run bin/test
after_success:
- bin/createcoverage
- pip install coveralls==0.5
- pip install coveralls
- coveralls
notifications:
email:
Expand Down
4 changes: 2 additions & 2 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ environment-vars =


[code-analysis]
recipe = plone.recipe.codeanalysis
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-ignore = W391
Expand All @@ -61,7 +61,7 @@ flake8-extensions =
flake8-blind-except
flake8-debugger
flake8-coding

return-status-codes = False

[omelette]
recipe = collective.recipe.omelette
Expand Down
40 changes: 40 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,43 @@ robotframework-selenium2screenshots = 0.6.0
robotsuite = 1.7.0
selenium = 2.48.0
sphinxcontrib-robotframework = 0.5.1

# development dependencies (tools and pre commit hook)
PyYAML = 3.12
argh = 0.26.2
args = 0.1.0
check-manifest = 0.35
clint = 0.5.1
colorama = 0.3.7
configparser = 3.5.0
coverage = 3.7.1
createcoverage = 1.5
enum34 = 1.1.6
flake8 = 3.3.0
flake8-blind-except = 0.1.1
flake8-coding = 1.3.0
flake8-debugger = 1.4.0
flake8-deprecated = 1.1
flake8-isort = 2.1.3
flake8-pep3101 = 1.0
flake8-plone-api = 1.2
flake8-plone-hasattr = 0.1
flake8-polyfill = 1.0.1
flake8-print = 2.0.2
flake8-quotes = 0.9.0
flake8-string-format = 0.2.3
flake8-todo = 0.7
isort = 4.2.5
mccabe = 0.6.1
pathtools = 0.1.2
pkginfo = 1.4.1
plone.recipe.codeanalysis = 2.2
plone.testing = 5.0.0
pycodestyle = 2.3.1
pyflakes = 1.5.0
requests-toolbelt = 0.7.1
testfixtures = 4.13.4
twine = 1.8.1
watchdog = 0.8.3
z3c.jbot = 0.7.2
zest.releaser = 6.9

0 comments on commit 8a87c6c

Please sign in to comment.