From b933b999a8269c5870751d6e37f531d04c9b7144 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Fri, 12 May 2017 13:09:03 +0200 Subject: [PATCH] Only run Zope2 tests in tox/travis for now. Once those pass, we can run the tests for additional Products. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8d8a238b97..d21f299930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - buildout bootstrap - buildout tox:env=travis install alltests script: - - bin/alltests-travis -v + - bin/test-travis -v notifications: email: false cache: