Revert "Bumped Python from 3.3 to 3.4"
authorAleksey Maksimov <ctpeko3a@gmail.com>
Tue, 29 Apr 2014 11:41:27 +0000 (19:41 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Tue, 29 Apr 2014 11:41:27 +0000 (19:41 +0800)
This reverts commit c265fb35d3abe42a2415e07dc269c6490e651841.

.travis.yml

index 07c751856b19bf248b5da9ae9702a8da5fd8c0a6..64f8ef610a2085aff415266e1e09cbea52fd0a72 100644 (file)
@@ -3,7 +3,7 @@ language: python
 python:
     - "2.6"
     - "2.7"
-    - "3.4"
+    - "3.3"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: