mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Add python3.9 to test and classifier lists
This commit is contained in:
		@@ -25,6 +25,7 @@ classifiers = [
 | 
				
			|||||||
  "Programming Language :: Python :: 3.6",
 | 
					  "Programming Language :: Python :: 3.6",
 | 
				
			||||||
  "Programming Language :: Python :: 3.7",
 | 
					  "Programming Language :: Python :: 3.7",
 | 
				
			||||||
  "Programming Language :: Python :: 3.8",
 | 
					  "Programming Language :: Python :: 3.8",
 | 
				
			||||||
 | 
					  "Programming Language :: Python :: 3.9",
 | 
				
			||||||
  "Programming Language :: Python :: Implementation :: CPython",
 | 
					  "Programming Language :: Python :: Implementation :: CPython",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tox.ini
									
									
									
									
									
								
							@@ -1,6 +1,7 @@
 | 
				
			|||||||
[tox]
 | 
					[tox]
 | 
				
			||||||
envlist = py36, py37, py38, static, static-tests, security
 | 
					envlist = py36, py37, py38, py39, static, static-tests, security
 | 
				
			||||||
isolated_build = true
 | 
					isolated_build = true
 | 
				
			||||||
 | 
					skip_missing_interpreters = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
description = Run the tests
 | 
					description = Run the tests
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user