From 1240bc87f7907cc57f46a5cae6734005a1dfff89 Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Wed, 20 May 2015 23:52:28 -0700 Subject: [PATCH] Travis: Note that this is a Python project. Could be important. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6584602..0f44461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +language: python python: - "2.7" - "3.4"