From 46edb725b0be60f720ddd0c60c6b9cf36197a21c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 30 Mar 2014 03:56:33 +0200 Subject: [PATCH] No longer build for Python 2.6. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b855b172..ad9a0c2a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "2.6" script: make check install: - pip install unittest2 fastimport