From 3b1e8b70072256340671595691800c7dabc02b56 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 26 Oct 2015 00:31:04 +1100 Subject: [PATCH] * Update travis.yml for new tests path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f21301db1..fc2441e3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ install: # run tests script: - - "py.test tests/ -x" + - "py.test spacy/ -x"