From 5f62d3edf3f0d8bdd36765bb992cdcea91e28564 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Aug 2016 14:21:33 +0200 Subject: CI: specific conf for CI - fix DB host --- Makefile.example | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index cbcbbf069..586055e90 100644 --- a/Makefile.example +++ b/Makefile.example @@ -48,7 +48,6 @@ test: clean cd $(project); $(PYTHON) manage.py test $(apps) test_gitlab: clean - cat /etc/hosts; cd $(project); $(PYTHON) manage.py test $(apps) pep8: -- cgit v1.2.3