From b0c4a8870cc1e41a23bc3bdc0d13b6d05b38f28d Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 1 Jun 2015 15:34:55 -0700 Subject: [PATCH] Also install on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 02be0fb..3cadfce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: - "2.7" +install: + - "pip install ." script: python setup.py test