Removes 3.2 support from travis

This commit is contained in:
Manuel Ebert 2013-02-19 14:53:43 -08:00
parent 42f2371c5d
commit 1da6d4c47d

View file

@ -1,7 +1,7 @@
language: python
python:
- "2.7"
- "3.2"
# - "3.2"
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
script: nosetests