From 2acd8cf1aa8ac365e4f45c70d8a3a64d46497483 Mon Sep 17 00:00:00 2001
From: hagrid67 <jdhwatson@gmail.com>
Date: Sat, 18 May 2019 17:21:49 +0100
Subject: [PATCH] trying to set DISPLAY for tk test

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 691bf84c..51497803 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ lint: ## check style with flake8
 	flake8 flatland tests
 
 test: ## run tests quickly with the default Python
+	export DISPLAY=:0.0
 	py.test
 
 test-all: ## run tests on every Python version with tox
-- 
GitLab