From 965043324a0132105b97ed37b482e8f764683fc3 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 6 Dec 2013 17:14:01 -0800 Subject: [PATCH] not sure how to test travis ci without making a million commits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 027464c..8f8672b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ python: - "2.7" - "3.2" - "3.3" -install: python setup.py install +install: pip install -e . script: python setup.py test