re-add python 3.3 support
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:04:49 +0000 (00:04 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:04:49 +0000 (00:04 +0100)
.travis.yml

index 2f71c78..6a2b9d5 100644 (file)
@@ -1,6 +1,7 @@
 language: python
 python:
   - "2.7"
+  - "3.3"
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install:
     - "python setup.py develop"