8000 Removed py34-flake8 and added py36-flake8. by AndreasBackx · Pull Request #822 · sigmavirus24/github3.py · GitHub
[go: up one dir, main page]

Skip to content

Removed py34-flake8 and added py36-flake8. #822

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

Merged
merged 4 commits into from
Apr 9, 2018

Conversation

AndreasBackx
Copy link
Contributor

See #731.

.travis.yml Outdated
@@ -28,7 +28,7 @@ matrix:
- python: pypy
env: TOXENV=pypy
- env: TOXENV=py27-flake8
- env: TOXENV=py34-flake8
- env: TOXENV=py36-flake8
Copy link
Owner

Choose a reason for hiding this comment

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

This may need to look like:

- env: TOXENV=py36-flake8
  python: 3.6

Based on the Travis failures

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the py27-flake8 as well to explicitly use Python 2.7. I've also moved them under their respective Python versions.

.travis.yml Outdated
@@ -17,18 +17,20 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 2.7
Copy link
Owner

Choose a reason for hiding this comment

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

Can you share why you re-ordered these? At the moment there's a list of testing followed by style environments. With this change it would be testing with style environments mixed in.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought it was more organised when it's ordered by Python version. But I'll order it like it was before, my bad.

@AndreasBackx
Copy link
Contributor Author

Squash and merge and those ugly commits are gone. 😄

@sigmavirus24 sigmavirus24 merged commit 0dea703 into sigmavirus24:develop Apr 9, 2018
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
0