1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

travis: Remove tests for python2.7

This commit is contained in:
Marc Bonnici 2019-08-28 11:35:33 +01:00 committed by setrofim
parent 062be6d544
commit bb18a1a51c

View File

@ -17,7 +17,6 @@ language: python
python:
- "3.6"
- "2.7"
install:
- pip install nose
@ -45,10 +44,3 @@ env:
- TEST="$PROCESS_CMD && $SHOW_CMD && $LIST_CMD && $CREATE_CMD"
script:
- echo $TEST && eval $TEST
matrix:
exclude:
- python: "2.7"
env: TEST=$PYLINT
- python: "2.7"
env: TEST=$PEP8