diff --git a/.travis.yml b/.travis.yml index 1a02df1..153d482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,13 @@ language: python python: - - 3.3 + - 3.2 - pypy - - 2.6 - 2.7 - - 3.2 + - 2.6 + - 3.3 install: - pip install . --use-mirrors script: - python setup.py test -q +notifications: + email: false