Skip to content

Commit

Permalink
Code review: 288030043: Re-added requests for coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 1, 2016
1 parent a8d3b0c commit f57f316
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "2.7"
before_install:
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/dev -y && sudo apt-get update -q && sudo apt-get install libbde-python libewf-python libfsntfs-python libqcow-python libsigscan-python libsmdev-python libsmraw-python libtsk libvhdi-python libvmdk-python libvshadow-python python-construct python-coverage python-coveralls python-crypto python-docopt python-protobuf python-six pytsk3; fi
- if test `uname -s` = 'Linux'; then sudo add-apt-repository ppa:gift/dev -y && sudo apt-get update -q && sudo apt-get install libbde-python libewf-python libfsntfs-python libqcow-python libsigscan-python libsmdev-python libsmraw-python libtsk libvhdi-python libvmdk-python libvshadow-python python-construct python-coverage python-coveralls python-crypto python-docopt python-protobuf python-requests python-six pytsk3; fi
script:
- ./run_tests.py
- ./setup.py build
Expand Down
2 changes: 1 addition & 1 deletion config/dpkg/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ python-dfvfs (20160201-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline <[email protected]> Mon, 01 Feb 2016 20:13:19 +0100
-- Log2Timeline <[email protected]> Mon, 01 Feb 2016 20:34:54 +0100
2 changes: 1 addition & 1 deletion utils/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def UpdateDpkgChangelogFile(self):
dpkg_maintainter = u'Log2Timeline <[email protected]>'
dpkg_date = time.strftime(u'%a, %d %b %Y %H:%M:%S %z')
dpkg_changelog_content = u'\n'.join([
u'python-{0:s} ({1:s}-1) unstable; urgency=low'.format(
u'{0:s} ({1:s}-1) unstable; urgency=low'.format(
project_name, project_version),
u'',
u' * Auto-generated',
Expand Down

0 comments on commit f57f316

Please sign in to comment.