Disabled travis pytest caching, now the tests should be pretty stable

This commit is contained in:
Mads Marquart
2018-07-12 17:42:34 +02:00
parent f565d6f31a
commit c2fb602bee

View File

@@ -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: