diff --git a/.travis.yml b/.travis.yml index ab7402d..2ff3e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.3" install: - pip install --use-mirrors imapclient unittest2 flake8 mock - python setup.py develop