From e7babf5afb1678ecbea815df3677fd7b2adfb6d9 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Thu, 29 Oct 2015 15:08:19 +0100 Subject: [PATCH] Correct travis check --- test/test_compilation/test_compilation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_compilation/test_compilation.py b/test/test_compilation/test_compilation.py index 15f62ec5..11bb197b 100644 --- a/test/test_compilation/test_compilation.py +++ b/test/test_compilation/test_compilation.py @@ -84,7 +84,7 @@ class FileTest(unittest.TestCase, metaclass=dynamic.DynamicTest): ) # Check compilation - if not 'TRAVIS' in os.environ: + if 'TRAVIS' not in os.environ: # Travis does not support lualatex compilation yet self.assertEqual(0, self.compile_songbook(songbook))