Skip to content

Commit

Permalink
Adding coveralls+travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Crown committed Mar 1, 2015
1 parent 3174875 commit 16bc6fd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: python
install:
- "pip install ."
- "pip install -r requirements.txt"
script: py.test tests/
script: py.test tests/ -v --cov haralyzer --cov-report term-missing
after_success:
- coveralls
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
History
-------

1.0.8 (2015-03-01)
++++++++++++++++++

* Adding coveralls + Travis integration

1.0.7 (2015-03-01)
++++++++++++++++++

* Adding pypi badge to README

1.0.2 - 1.0.6 (2015-03-01)
++++++++++++++++++

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Haralyzer
=========

.. image:: https://badge.fury.io/py/haralyzer.svg
:target: http://badge.fury.io/py/haralyzer

.. image:: https://travis-ci.org/mrname/haralyzer.svg?branch=master
:target: https://travis-ci.org/mrname/haralyzer

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.6'
release = '1.0.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python-dateutil
pytest-cov
python-coveralls
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='haralyzer',
version='1.0.6',
version='1.0.8',
description='A python framework for getting useful stuff out of HAR files',
long_description=readme,
author='Justin Crown',
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 16bc6fd

Please sign in to comment.