From d7e203114c567b5121a181ab4689e450f59589c5 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Tue, 6 Oct 2015 21:59:36 +0200 Subject: [PATCH] fix website tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ea1f8375..fd70147b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ install: # run tests script: - - "py.test tests/ website/tests/ -x" + - "py.test tests/ tests/website -x"