Set to run only on ubuntu because of readelf binary
authorEli Bendersky <eliben@gmail.com>
Wed, 23 Sep 2020 13:21:12 +0000 (06:21 -0700)
committerEli Bendersky <eliben@gmail.com>
Wed, 23 Sep 2020 13:21:12 +0000 (06:21 -0700)
Also fix mentions of Travis

.github/workflows/ci.yml
test/run_all_unittests.py
test/run_examples_test.py
test/run_readelf_tests.py

index e4ffdb9d4dbec53852a19bbb641cefe05162e68e..0237da2cd26ae3e12e35fdc6e8f3036ffa537a0a 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     strategy:
       matrix:
         python-version: [2.7, 3.6, 3.7, 3.8]
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        os: [ubuntu-latest]
 
     steps:
 
index 0e00a4d526503ce0b4f1a8eadc45d3bd407a4a1e..5f226dd2b46efbe0fda3986f438d921a9e938d94 100755 (executable)
@@ -13,7 +13,7 @@ import os, sys
 import unittest
 
 # Make it possible to run this file from the root dir of pyelftools without
-# installing pyelftools; useful for Travis testing, etc.
+# installing pyelftools; useful for CI testing, etc.
 sys.path[0:0] = ['.']
 
 
index 349f13b79b0a334c3fede4045e06afacb47daa31..4a2843f1443a59d9e33d605657db31cc2200000d 100755 (executable)
@@ -12,7 +12,7 @@ import logging
 from utils import run_exe, is_in_rootdir, dump_output_to_temp_files
 
 # Make it possible to run this file from the root dir of pyelftools without
-# installing pyelftools; useful for Travis testing, etc.
+# installing pyelftools; useful for CI testing, etc.
 sys.path[0:0] = ['.']
 
 # Create a global logger object
index 95cfbd281145d0037ddfcf4487e24d1e1fecb325..67addf728655b856ada1ca7e31949c991bf74396 100755 (executable)
@@ -20,7 +20,7 @@ import time
 from utils import run_exe, is_in_rootdir, dump_output_to_temp_files
 
 # Make it possible to run this file from the root dir of pyelftools without
-# installing pyelftools; useful for Travis testing, etc.
+# installing pyelftools; useful for CI testing, etc.
 sys.path[0:0] = ['.']
 
 # Create a global logger object