Remove python 3.3. support
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:06:47 +0000 (00:06 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 23:06:47 +0000 (00:06 +0100)
.travis.yml

index 6a2b9d5..2f71c78 100644 (file)
@@ -1,7 +1,6 @@
 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"