From 05dcdd9b80ed1b779dab2509053408fd01f86a15 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 11 Aug 2014 14:44:32 -0400 Subject: [PATCH] update travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f3f930..8de9a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ python: - "3.3" - "3.4" - "pypy" -install: pip install mock pytest pytest-cov coveralls +install: + - pip install mock pytest pytest-cov coveralls + - pip install -e . script: py.test jellyfish/test.py --cov jellyfish after_success: - coveralls