Add other py versions for testing
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							
								
								
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								.drone.yml
									
									
									
									
									
								
							@ -18,6 +18,26 @@ steps:
 | 
			
		||||
      - pip install tox==3.14.6
 | 
			
		||||
      - tox -e packaging
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: py36
 | 
			
		||||
steps:
 | 
			
		||||
  - name: tox -e py36
 | 
			
		||||
    image: python:3.6-buster
 | 
			
		||||
    commands:
 | 
			
		||||
      - pip install tox==3.14.6
 | 
			
		||||
      - tox -e py36
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: py37
 | 
			
		||||
steps:
 | 
			
		||||
  - name: tox -e py37
 | 
			
		||||
    image: python:3.7-buster
 | 
			
		||||
    commands:
 | 
			
		||||
      - pip install tox==3.14.6
 | 
			
		||||
      - tox -e py37
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: py38
 | 
			
		||||
@ -56,4 +76,6 @@ steps:
 | 
			
		||||
depends_on:
 | 
			
		||||
  - linters
 | 
			
		||||
  - packaging
 | 
			
		||||
  - py36
 | 
			
		||||
  - py37
 | 
			
		||||
  - py38
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user