Revert "Exaustive search for travis bug"

This reverts commit 8ebaa6d41a.

This experiment turned out to be a harder issue, so let's keep it off
the master branch.
This commit is contained in:
Tomas Babej 2016-12-18 01:15:07 +01:00
parent 8ebaa6d41a
commit 8eb10da06d
2 changed files with 1 additions and 5 deletions

View file

@ -53,7 +53,7 @@ install:
before_script:
- cd ~/.vim/bundle/taskwiki
script:
- py.test -x -vv --cov .
- py.test -vv --cov .
- "mv ~/taskwiki-coverage/.coverage.* . || :"
- "coverage combine || :"
- "coverage report || :"