diff --git a/Makefile b/Makefile index 1a7fb14..5ef4ccc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ export LC_ALL := en_US.UTF-8 PYTHON ?= python3 test: - docker-compose run --rm tests + docker-compose run --rm tests make xvfb-cover-pytest pytest: $(PYTHON) -m pytest -vv $(PYTEST_FLAGS) tests/ diff --git a/docker-compose.yml b/docker-compose.yml index 035e725..86f3de9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,6 @@ services: security_opt: - label=type:container_runtime_t tty: true - command: make xvfb-cover-pytest environment: PYTEST_FLAGS: "-o cache_dir=/tmp/pytest-cache ${PYTEST_FLAGS:-}" TRAVIS: