From 83f817b5c02bfbf5278925f0c5bcf1f965d58248 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 5 Oct 2014 21:01:28 -0700 Subject: [PATCH] Test only Python 2.6 and Python 2.7 for now. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e434c2b..9ffb4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - 2.6 - 2.7 - - 3.3 before_install: - pip install -r requirements.txt - pip install pytest mock unittest2six