Browse Source

changed isolated test runner from tox to nox

master
Holger Frey 2 years ago
parent
commit
a637269a9b
  1. 1
      .gitignore
  2. 2
      Makefile

1
.gitignore vendored

@ -39,6 +39,7 @@ pip-delete-this-directory.txt @@ -39,6 +39,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache

2
Makefile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
.PHONY: clean coverage coverall docs devenv install lint prepareenv repo serve-docs test testall testfunctional tox
.PHONY: clean coverage coverall docs devenv install lint prepareenv repo serve-docs test testall testfunctional nox tox
.DEFAULT_GOAL := help
define BROWSER_PYSCRIPT

Loading…
Cancel
Save