Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI: Detect Python 3 syntax errors #583

Closed
wants to merge 1 commit into from

Conversation

cclauss
Copy link

@cclauss cclauss commented May 22, 2019

before_script:

  • pyenv install --force 3.6.3 # detect Python 3 syntax errors...
  • $(pyenv root)/versions/3.6.3/bin/python -m pip install flake8
  • $(pyenv root)/versions/3.6.3/bin/python -m flake8 --include=E9 --show-source

before_script:
- pyenv install --force 3.6.3  # detect Python 3 syntax errors...
- $(pyenv root)/versions/3.6.3/bin/python -m pip install flake8
- $(pyenv root)/versions/3.6.3/bin/python -m flake8 --include=E9 --show-source
@cclauss
Copy link
Author

cclauss commented May 22, 2019

Travis CI tests are not enabled... https://travis-ci.org/Kitt-AI

@evancohen
Copy link
Contributor

Tests will only run on the master branch, not for PRs (because Travis auto-publishes node binaries if you include [publish binary] or [republish binary] in your commit message to automate new releases). There's probably a better way to do that 😅

@cclauss
Copy link
Author

cclauss commented May 25, 2019

Yes. Run Travis on all branches but only auto-publish if $TRAVIS_BRANCH is master.

@cclauss
Copy link
Author

cclauss commented Nov 24, 2019

Travis CI is turned off https://travis-ci.org/Kitt-AI/snowboy

@cclauss cclauss closed this Nov 24, 2019
@cclauss cclauss deleted the patch-2 branch November 24, 2019 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants