Skip to content

Commit

Permalink
[FIX] fix travis by using pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Apr 6, 2020
1 parent a5fec8c commit 7156f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vcrpy-unittest
unittest2

0 comments on commit 7156f04

Please sign in to comment.