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

Add Travis CI automated testing #21

Merged
merged 7 commits into from
Mar 21, 2019
Merged

Add Travis CI automated testing #21

merged 7 commits into from
Mar 21, 2019

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Mar 20, 2019

Related to #19 The owner of the this repo would need to go to https://travis-ci.com/profile, log in with GitHub credentials, select the free plan, and flip the repository switch on to enable free automated testing of all pull requests. Travis will lint all Python files with flake8 and then run python build.py. Python 2 and Python 3 tests run in parallel but the Python 3 tests are run in allow_failures mode until the port to Python 3 is complete. Travis CI is free to open source project like this one.

cclauss added 5 commits March 20, 2019 19:52
The owner of the this repo would need to go to https://travis-ci.com/profile, log in with GitHub credentials, ___select the free plan___, and flip the repository switch on to enable free automated testing of all pull requests.  Travis will lint with [flake8](http://flake8.pycqa.org) and then run __python build.py__.  Python 2 and Python 3 tests run in parallel but the Python 3 tests are run in __allow_failures__ mode until the port is complete.  Travis CI is free to open source project like this one.
@cclauss
Copy link
Contributor Author

cclauss commented Mar 20, 2019

@rootm0s rootm0s merged commit f70d5d2 into rootm0s:master Mar 21, 2019
@cclauss cclauss deleted the patch-1 branch March 21, 2019 08:11
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