Dont build python 3.3 for now.

This commit is contained in:
Bastian Kleineidam 2013-02-15 20:39:05 +01:00
parent da9eee3bc0
commit 2121e9bdf9

View file

@ -1,7 +1,7 @@
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.3" # - "3.3"
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt --use-mirrors