From 72613a5fcaef71cc2ffe05f9247f76feff0db070 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 5 Jan 2015 05:56:43 +1100 Subject: [PATCH] * Upd travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b88ba216..49f9c9fc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,12 @@ language: python python: - "2.7" - "3.4" + - "pypy" # command to install dependencies install: - "pip install --upgrade setuptools" - - "pip install spacy" + - "pip install ." - "rm -rf spacy/" # command to run tests script: "py.test tests/"