From 82818498dcbad515882fa8054be219384f332e17 Mon Sep 17 00:00:00 2001 From: Sean Brant Date: Sun, 10 Mar 2013 12:43:56 -0500 Subject: Adds install step to travis.yml --- travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis.yml b/travis.yml index 837f5f5..584041f 100644 --- a/travis.yml +++ b/travis.yml @@ -1,9 +1,9 @@ language: python - python: - "2.6" - "2.7" - "pypy" - +install: + - pip install -e . script: - make test -- cgit v1.2.3