diff --git a/.travis.yml b/.travis.yml index 65ab4ef..235105e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: python python: - "2.7" - - "3.3" + - "3.4" + - "3.5" install: - pip install . --use-mirrors - pip install coverage --use-mirrors