diff --git a/.travis.yml b/.travis.yml index 39c9e380..e0374a45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - - "3.3" # command to install dependencies before_install: "sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-qt4" install: "pip install nose flask stem"