diff --git a/.travis.yml b/.travis.yml index 383304f6a..161bedc7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python +matrix: + allow_failures: + - python: "2.7" + python: - "2.7" #will remove when whole repo moved to python3 - "3.4"