Good to know things don't work with 3.2

This commit is contained in:
enkore 2014-04-19 11:23:37 +02:00
parent 59435aef91
commit ab96bee495

View File

@ -1,5 +1,5 @@
language: python
python:
- "3.2"
- "3.3"
install: "pip install -r requirements.txt"
script: "PYTHONPATH=. py.test"