diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:21:33 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-17 14:21:33 +0200 |
commit | 5f62d3edf3f0d8bdd36765bb992cdcea91e28564 (patch) | |
tree | cb93253a5d0632058b78772b6274dc3b3f78b7b2 /Makefile.example | |
parent | b4696b8a68eaaca644ecf799666c268c32ab6500 (diff) | |
download | Ishtar-5f62d3edf3f0d8bdd36765bb992cdcea91e28564.tar.bz2 Ishtar-5f62d3edf3f0d8bdd36765bb992cdcea91e28564.zip |
CI: specific conf for CI - fix DB host
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 0 insertions, 1 deletions
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: |