Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bubenkoff committed Oct 1, 2015
1 parent fa382cc commit 2e09d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ commands = py.test --junitxml={envlogdir}/junit-{envname}.xml pytest_factoryboy
deps = -r{toxinidir}/requirements-testing.txt

[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
-e.
Expand All @@ -15,7 +16,6 @@ commands =
coverage run --source=pytest_factoryboy {envdir}/bin/py.test tests
coverage report -m
coveralls
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH

[pytest]
addopts = -vv -l --pep8
Expand Down

0 comments on commit 2e09d30

Please sign in to comment.