Skip to content

Commit

Permalink
stop running pylint on Travis and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Jul 30, 2016
1 parent 7d6d4c2 commit fc6af63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- pip install --upgrade pip
- pip --version
install: python build.py dev
script: python build.py analyse
script: python build.py test_cov
notifications:
email: false
irc:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: false # Not a C# project, build stuff at the test step instead.
test_script:

# Build the compiled extension and run the project tests
- "python build.py analyse"
- "python build.py test_cov"

branches:
only:
Expand Down

0 comments on commit fc6af63

Please sign in to comment.