From 565430fb853bdb1447fd89c73aab1bee0d15225c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 19 Jan 2016 14:48:32 +0100 Subject: [PATCH] Update travis --- .gitmodules | 3 +++ .travis.yml | 3 +++ uwhoisd | 1 + 3 files changed, 7 insertions(+) create mode 100644 .gitmodules create mode 160000 uwhoisd diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d5a8f6f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "uwhoisd"] + path = uwhoisd + url = https://github.com/Rafiot/uwhoisd.git diff --git a/.travis.yml b/.travis.yml index 0b38b45..0d40c1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ install: - python setup.py install - popd - pip install -r requirements.txt + - pushd uwhoisd + - python setup.py install + - popd - pip install coveralls - pip install codecov - cp config.ini.sample config.ini diff --git a/uwhoisd b/uwhoisd new file mode 160000 index 0000000..eefb13f --- /dev/null +++ b/uwhoisd @@ -0,0 +1 @@ +Subproject commit eefb13ffa6b129efb97d794b2df6cd249ec4bff4