[tor-commits] [stem/master] Ignore .travis.yml in test

atagar at torproject.org atagar at torproject.org
Fri Sep 15 18:27:49 UTC 2017


commit 2a0403995c67e17c862d4eefd10141383742ae00
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date:   Fri Sep 15 14:31:06 2017 +0800

    Ignore .travis.yml in test
---
 test/integ/installation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integ/installation.py b/test/integ/installation.py
index 04d8d1fd..0fe0351a 100644
--- a/test/integ/installation.py
+++ b/test/integ/installation.py
@@ -128,7 +128,7 @@ class TestInstallation(unittest.TestCase):
       issues = []
 
       for path in git_contents:
-        if path not in tar_contents and path not in ['.gitignore']:
+        if path not in tar_contents and path not in ['.gitignore', '.travis.yml']:
           issues.append('  * %s is missing from our release tarball' % path)
 
       for path in tar_contents:



More information about the tor-commits mailing list