Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jan 22, 2016
1 parent c7bf91f commit 9221ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ install:
- pip install -q docutils # for setup.py check -r -s
- bin/buildout -Nc travis.cfg
script:
- bin/check-manifest
- python setup.py check -r -s
- bin/code-analysis
- bin/dependencychecker
- bin/test
- bin/runcoverage
- bin/coverage run bin/test
- bin/coverage html
- bin/coverage report -m

after_success:
- pip install -q coveralls python-coveralls==2.5.0
- pip install -q coveralls coverage==3.6
- coveralls

notifications:
Expand Down
1 change: 1 addition & 0 deletions travis.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ eggs = createcoverage

[versions]
coverage = 3.7.1
createcoverage = 1.4.1

0 comments on commit 9221ff3

Please sign in to comment.