mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	travis: Remove tests for python2.7
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user