diff --git a/.travis.yml b/.travis.yml index e434c2b..9ffb4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - 2.6 - 2.7 - - 3.3 before_install: - pip install -r requirements.txt - pip install pytest mock unittest2six