From 4cdef00f60baae0c669f7d66bb251d13b8b16d1b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 1 Dec 2016 20:03:06 +0100 Subject: [PATCH] .travis.yml: use new test targets --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3b6f77a..29b6b86d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,8 +86,8 @@ install: script: - make create_test_sounds - - make test_python - - make test_pure_python + - make test_lib_python_clean + - make test_python_only_clean notifications: irc: -- 2.11.0