Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 8, 2015
1 parent 889ab93 commit 58c31aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install:
- bin/buildout -N -t 20 -c travis.cfg
script:
- bin/code-analysis
- bin/test
- bin/coverage
- bin/coverage run bin/test
- bin/coverage report
after_success:
- pip install -q coveralls python-coveralls==2.4.0
- pip install -q coveralls python-coveralls==2.5.0
- coveralls
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ setuptools =
zc.buildout = 2.3.1

# Code Analysis
coverage = 3.7.1
coverage = 4.0.3
flake8 = 2.4.1
pep8 = 1.5.7
plone.recipe.codeanalysis = 2.0b1
Expand Down

0 comments on commit 58c31aa

Please sign in to comment.