Skip to content

Commit

Permalink
Removed coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpidsadnyi committed Feb 4, 2016
1 parent 71bb450 commit 8a6e7e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ env:
- TESTENV=py26
- TESTENV=py27
- TESTENV=py34
- TESTENV=coveralls
install:
- pip install tox
script: tox -e $TESTENV
Expand Down
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ factory_boy_ integration the pytest_ runner
:target: https://travis-ci.org/pytest-dev/pytest-factoryboy
.. image:: https://pypip.in/v/pytest-factoryboy/badge.png
:target: https://crate.io/packages/pytest-factoryboy/
.. image:: https://coveralls.io/repos/pytest-dev/pytest-factoryboy/badge.png?branch=master
:target: https://coveralls.io/r/pytest-dev/pytest-factoryboy
.. image:: https://readthedocs.org/projects/pytest-factoryboy/badge/?version=latest
:target: https://readthedocs.org/projects/pytest-factoryboy/?badge=latest
:alt: Documentation Status
Expand Down
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ envlist = py26,py27,py34
commands = py.test --junitxml={envlogdir}/junit-{envname}.xml pytest_factoryboy tests
deps = -r{toxinidir}/requirements-testing.txt

[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
-e.
-r{toxinidir}/requirements-testing.txt
commands =
coverage run --source=pytest_factoryboy {envdir}/bin/py.test tests
coverage report -m
coveralls

[pytest]
addopts = -vv -l --pep8
pep8maxlinelength = 120

0 comments on commit 8a6e7e6

Please sign in to comment.