From 7156f0426ae6ea42be565ab13c7737ea4f1151c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Mon, 6 Apr 2020 08:07:02 +0200 Subject: [PATCH] [FIX] fix travis by using pip install --- .travis.yml | 2 +- test-requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 test-requirements.txt diff --git a/.travis.yml b/.travis.yml index 7b307e9e..23022eb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ jobs: env: global: - - VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" + - VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" MQT_DEP="PIP" install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..8877c0d7 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +vcrpy-unittest +unittest2