Browse Source

Correct travis check

pull/138/head
Oliverpool 9 years ago
parent
commit
e7babf5afb
  1. 2
      test/test_compilation/test_compilation.py

2
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))

Loading…
Cancel
Save