diff --git a/.travis.yml b/.travis.yml index 0e99665..241902d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python python: - - 2.6 - 2.7 - - 3.2 - - 3.3 + - 3.6 + - 3.5 - 3.4 - pypy @@ -25,5 +24,6 @@ after_success: matrix: allow_failures: - - python: 3.2 + - python: 3.6 + - python: 3.5 - python: 3.4