From 53739c1f3a2d37c606168b767f690c3c1a8d00c2 Mon Sep 17 00:00:00 2001 From: Larry Kim Date: Wed, 4 Mar 2015 16:24:10 +0900 Subject: [PATCH] No tabs allowed apparently --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e64448d..2ead226 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.6" - - "2.7" + - "2.6" + - "2.7" script: - - python setup.py test + - python setup.py test