Added Python 3.3 to this branch build spec
authorAleksey Maksimov <ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:13:21 +0000 (22:13 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:13:21 +0000 (22:13 +0800)
.travis.yml

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