From 4d579c85359f62a340c6e8fdcf895c011b18dbfe Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 Nov 2015 03:05:01 +1100 Subject: [PATCH] * Roll back travis.yml testing models, due to memory restrictions --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c77c4ac9d..fc2441e3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,3 @@ install: # run tests script: - "py.test spacy/ -x" - - "python -m spacy.en.download --force all && py.test spacy/ -x"