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

Test on Travis CI #1

Merged
merged 1 commit into from
Jan 13, 2016
Merged

Test on Travis CI #1

merged 1 commit into from
Jan 13, 2016

Conversation

lucafavatella
Copy link
Contributor

In order to enable Travis CI builds on your repository, merging this PR is not enough. Please refer to http://docs.travis-ci.com/user/getting-started/

As described in the commit message, flake8 currently fails. I am not proposing a fix for the reported errors as I am not confident with the coding conventions.

@lucafavatella
Copy link
Contributor Author

Force-pushed branch adding Travis status in ready file.

@lucafavatella
Copy link
Contributor Author

I now see that in your other project you install flake8 explicitly in the travis file hence avoid polluting setup.py for this. Please let me know if this is preferred practice and I will update PR (I am not sure about Python best practice).

@jtauber
Copy link
Owner

jtauber commented Dec 23, 2015

@lucafavatella thanks for this!

Yeah, I don't think the average user of greek-accentuation needs flake8 which is why I think it's better to explicitly install flake8 in the Travis file. If you can update this PR to do that, that'd be great!

Thanks so much for your contribution and I'm hoping it's the start of lots of collaboration!

Running flake8 currently reports some errors:
```
accentuation.py:79:80: E501 line too long (81 > 79 characters)
accentuation.py:133:80: E501 line too long (122 > 79 characters)
accentuation.py:143:80: E501 line too long (80 > 79 characters)
```
@lucafavatella
Copy link
Contributor Author

@jtauber Force-pushed with installation of flake8 in Travis file. Thanks for your feedback!

jtauber added a commit that referenced this pull request Jan 13, 2016
@jtauber jtauber merged commit 345d8d4 into jtauber:master Jan 13, 2016
@lucafavatella lucafavatella deleted the ci branch January 13, 2016 01:22
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