Skip to content

arponpes/django-travis-coveralls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-travis-coveralls

Build Status Coverage Status

Example of django project using travis and coveralls.

Possible configuration

For include postgresql

addons:
  postgresql: "9.6"
services:
  - postgresql

.coveragerc

You can add whatever you want to ignore for the coverture test

omit = .venv/*, core/migrations/* 

Documentation

About

Example of django project using travis and coveralls.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages