strategy:
matrix:
python-version: [2.7, 3.6, 3.7, 3.8]
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
steps:
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] = ['.']
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
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