Skip to content

Commit

Permalink
not using coveralls for this project
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jun 14, 2018
1 parent 34e161d commit a68ccf1
Show file tree
Hide file tree
Showing 2 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 @@ -12,7 +12,6 @@ env:
- TOX_ENV=py36-django20
- TOX_ENV=flake8
- TOX_ENV=docs
- TOX_ENV=coveralls

install:
- pip install --upgrade pip
Expand Down
13 changes: 0 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,3 @@ commands =
rm -f docs/modules.rst
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html {posargs}
deps = -r{toxinidir}/docs/requirements.txt

[testenv:coveralls]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH

commands =
pip freeze
py.test
coveralls

deps =
Django>=2.0,<2.1
-rtest_project/requirements.txt
coveralls

0 comments on commit a68ccf1

Please sign in to comment.