From: Aaron Hill Date: Wed, 18 Dec 2013 19:52:52 +0000 (-0500) Subject: Add Python 2.6 to .travis.yml X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0df5f8b37454be6ba88cfbed5ce0be3f917494b9;p=tweepy.git Add Python 2.6 to .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 314e1b2..b3f35d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ --- language: python python: + - "2.6" - "2.7" install: - pip install -r test_requirements.txt