diff --git a/.travis.yml b/.travis.yml index d3e5d67..04a181c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,9 @@ language: python python: - - 2.7 + # NOTE: Recover after a fix: + # https://github.com/tobgu/pyrsistent/issues/208 + # - 2.7 - 3.6 - 3.7 - 3.8