Skip to content

Commit

Permalink
Remove tox references
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Nov 23, 2022
1 parent 23feaf3 commit fda6885
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[run]
omit =
*/.tox/*
*/tests/*
*/apps.py
*/migrations/*
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "everyelection",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/DemocracyClub/EveryElection.svg?branch=master)](https://travis-ci.org/DemocracyClub/EveryElection) [![Coverage Status](https://coveralls.io/repos/github/DemocracyClub/EveryElection/badge.svg?branch=master)](https://coveralls.io/github/DemocracyClub/EveryElection?branch=master)",
"description": "[![Build Status](https://app.circleci.com/pipelines/github/DemocracyClub/EveryElection)](https://app.circleci.com/pipelines/github/DemocracyClub/EveryElection) [![Coverage Status](https://coveralls.io/repos/github/DemocracyClub/EveryElection/badge.svg?branch=master)](https://coveralls.io/github/DemocracyClub/EveryElection?branch=master)",
"directories": {
"doc": "docs"
},
Expand Down
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[pytest]
norecursedirs =
democracy_club/static_root
.tox
src
DJANGO_SETTINGS_MODULE = every_election.settings.testing

pep8ignore =
democracy_club/static_root *
.tox *
src

flakes-ignore =
Expand Down

0 comments on commit fda6885

Please sign in to comment.