From 49aa9b3dfe896e0a8c57edd00d98c9b9490b9c21 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 Nov 2015 02:34:41 +1100 Subject: [PATCH] * Adjust travis.yml, so that we don't test with so much memory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba7b4da83..c77c4ac9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ install: # run tests script: - "py.test spacy/ -x" - - "python -m spacy.en.download --force all && py.test --models spacy/ -x" + - "python -m spacy.en.download --force all && py.test spacy/ -x"