[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 2a0403995c67e17c862d4eefd10141383742ae00
Author: Edmund Wong <ewongbb@xxxxxxxxxxx>
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:

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits