From fda6885133ea73602999c060b4e6ab988727649b Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 15 Nov 2022 14:30:28 +0000 Subject: [PATCH] Remove tox references --- .coveragerc | 1 - .gitignore | 1 - package.json | 2 +- pytest.ini | 2 -- 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.coveragerc b/.coveragerc index c4abad512..a2abda5bb 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,5 @@ [run] omit = - */.tox/* */tests/* */apps.py */migrations/* diff --git a/.gitignore b/.gitignore index 0f5350b90..c6ff3fd2f 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ -.tox/ .coverage .coverage.* .cache diff --git a/package.json b/package.json index 9b8ccea4c..bcc93f8d4 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pytest.ini b/pytest.ini index 3beaf1412..6f5ef76c2 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 =