From 6e196cff085732dd8540e92def72af8a7fe3faa3 Mon Sep 17 00:00:00 2001 From: Ali Afshar Date: Thu, 8 May 2014 12:52:59 -0700 Subject: [PATCH] Added simplest CI build file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84dd8e950274..f6da14e67f15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "2.6" - "2.7" # command to install dependencies -install: "pip install ." +install: "pip install . unittest2" # command to run tests script: nosetests