ci: try teests
This commit is contained in:
		@@ -1,6 +1,13 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					  test:
 | 
				
			||||||
 | 
					    image: python
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - python -m pip install '.[develop]'
 | 
				
			||||||
 | 
					      - coverage run --source='.' src/manage.py test src && coverage html
 | 
				
			||||||
 | 
					      - coverage html
 | 
				
			||||||
 | 
					      - cat htmlcov/index.html
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: moanos/sphinx-rtd
 | 
					    image: moanos/sphinx-rtd
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user