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 configuration #71

Merged
merged 4 commits into from Sep 29, 2014
Merged

Add Travis CI configuration #71

merged 4 commits into from Sep 29, 2014

Conversation

adiroiban
Copy link
Member

This add simple configuration for Travis CI.

This is for fixing #69

For testing I have enabled travis ci for my branch.

Result is here: https://travis-ci.org/chevah/twistedchecker/builds/23504621

One tests is still failing... it is also failing on my local computer.... I will try to fix the test in a separate ticket.

Please let me know if you find this useful.

Thanks!

@@ -37,7 +37,7 @@
],
install_requires=[
"pylint == 0.26.0",
"pep8"
"pep8 == 1.5.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

twistedchecker supports a newer version of pep8 now. Could you merge master?

@adiroiban
Copy link
Member Author

Done. Thanks!
Please review changes... I think that it would be great to enable Travis tests for this project :)

@adiroiban
Copy link
Member Author

All tests are ok https://travis-ci.org/chevah/twistedchecker :)

glyph added a commit that referenced this pull request Sep 29, 2014
Add Travis CI configuration
@glyph glyph merged commit b20dfff into twisted:master Sep 29, 2014
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.

None yet

2 participants