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

fixed typo in .travis.yml #544

Merged
merged 1 commit into from
Oct 2, 2015
Merged

Conversation

flying-sheep
Copy link
Contributor

No description provided.

@@ -24,7 +24,7 @@ install:

script:
- flake8 aiohttp
- if python -c "import sys; sys.exit(sys.version_info >= (3,5)"; then
- if python -c "import sys; sys.exit(sys.version_info >= (3,5))"; then
Copy link
Member

Choose a reason for hiding this comment

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

Heh, I believe it worked "as expected" with that typo)
But real check must look like this:

- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
      flake8 examples tests;
  fi

sys.exit() must be called with 0 / False for non-errored runs.

asvetlov added a commit that referenced this pull request Oct 2, 2015
@asvetlov asvetlov merged commit c0a9b6c into aio-libs:master Oct 2, 2015
@popravich
Copy link
Member

Please fix it!

@asvetlov
Copy link
Member

asvetlov commented Oct 2, 2015

@popravich please do it yourself

@popravich
Copy link
Member

You merge too fast)
done in master

@flying-sheep flying-sheep deleted the patch-4 branch October 2, 2015 18:02
@flying-sheep
Copy link
Contributor Author

eh well, i fixed the typo as advertized, i didn’t think about the logic 😄

@lock
Copy link

lock bot commented Oct 30, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 30, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants