Also test Python 2.6, 3.3, 3.5
authorhugovk <hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:15:24 +0000 (10:15 +0300)
committerhugovk <hugovk@users.noreply.github.com>
Tue, 15 Sep 2015 07:15:24 +0000 (10:15 +0300)
.travis.yml

index 674737a53e5e8a7ba75d99e2511d0d1bdb47f0fe..43a6ee5d59b95d19d630cf86f3b9c592ca53febb 100644 (file)
@@ -3,8 +3,11 @@ sudo: false
 language: python
 
 python:
+- '2.6'
 - '2.7'
+- '3.3'
 - '3.4'
+- '3.5'
 
 env:
   global:
@@ -55,3 +58,10 @@ deploy:
   on:
     repo: tweepy/tweepy
     branch: release
+
+matrix:
+  fast_finish: true
+  allow_failures:
+    - python: '2.6'
+    - python: '3.3'
+    - python: '3.5'