This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 10e2cc2 unit tests need html2text for HTML tests
10e2cc2 is described below
commit 10e2cc275ad98b1bcf03ee02e7c0ff0bb2d340b0
Author: Daniel Gruno <[email protected]>
AuthorDate: Fri Aug 14 13:45:15 2020 +0200
unit tests need html2text for HTML tests
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2a838f2..f93644b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,5 +29,7 @@ jobs:
include:
- stage: "Tests"
name: "Unit Tests"
- before_script: git clone
https://github.com/apache/incubator-ponymail-unit-tests.git tests
+ before_script:
+ - git clone
https://github.com/apache/incubator-ponymail-unit-tests.git tests
+ - pip install html2text
script: cd tests && python3 runall.py --rootdir ../