Disabled travis pytest caching, now the tests should be pretty stable
This commit is contained in:
@@ -14,8 +14,10 @@ install:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
pip: true
|
pip: true
|
||||||
directories:
|
# Pytest caching is disabled, since TravisCI instances have different public IPs. Facebook doesn't like that,
|
||||||
- .pytest_cache
|
# and redirects you to the url `/checkpoint/block`, where you have to change the account's password
|
||||||
|
# directories:
|
||||||
|
# - .pytest_cache
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
Reference in New Issue
Block a user