From c2fb602bee34d59a7c6c8d863d836c88fd83f7ba Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 12 Jul 2018 17:42:34 +0200 Subject: [PATCH] Disabled travis pytest caching, now the tests should be pretty stable --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e2c1df..18166dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,10 @@ install: cache: pip: true - directories: - - .pytest_cache + # Pytest caching is disabled, since TravisCI instances have different public IPs. Facebook doesn't like that, + # and redirects you to the url `/checkpoint/block`, where you have to change the account's password + # directories: + # - .pytest_cache jobs: include: