From c64fd472b033f9551e89a74fe2851c6d3335c137 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 9 Oct 2015 12:58:08 +1100 Subject: [PATCH] * Fix travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ea1f8375..f21301db1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ install: # run tests script: - - "py.test tests/ website/tests/ -x" + - "py.test tests/ -x"