Skip to content

prithvisekhar/python_Travis_CI_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_Travis_CI_test

test project for python project integration with travis

Steps:

1.Created a repository on git

2.linked with travis and enabled CI run

3.In the git repo added .travis.yml

4.Added the test for unit testing

5.Optional: Integrating with codecov.io add the below in the respective sections (login in codecov with git and you will be able to see the dashboard)

Check install:, script:, after_success: Sections in Travis.xml

6.Optional: Integrating code review codacy

login in codacy with git and enable reviewing for the repository and also check the dashboard

Build Status Build Status

Coverage Status codecov Status

For Coverage Status code template below: code available in Codecov --> settings--> badge

Code Review Status Codacy Badge

For Code review satus --> codacy badge in project settings

Additional Resources that might be useful

About

test project for python project integration with travis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages