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

Fixes Travis build failure - Mypy #380

Merged
merged 4 commits into from
Jul 14, 2018
Merged

Conversation

waseem18
Copy link
Contributor

@waseem18 waseem18 commented Jul 5, 2018

This PR is based on #357

PR #357 was failing because in .travis.yml the lint job in matrix / include has the Python version 2.7. Changing the Python version to 3.6 resolves the issue.

@fhocutt Thanks for your work on this.

fhocutt and others added 4 commits July 5, 2018 15:59
* Rename the pep8 tox environment to lint and add mypy
* Use basepython 3.6 since mypy requires >= 3.4
* Update twine/utils.py so flake8/python 3.6 passes

Paired with Tathagata Dasgupta.
@codecov
Copy link

codecov bot commented Jul 5, 2018

Codecov Report

Merging #380 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #380   +/-   ##
=======================================
  Coverage   74.06%   74.06%           
=======================================
  Files          13       13           
  Lines         667      667           
  Branches       99       99           
=======================================
  Hits          494      494           
  Misses        145      145           
  Partials       28       28
Impacted Files Coverage Δ
twine/utils.py 82.11% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6c09dc...9279343. Read the comment docs.

@waseem18
Copy link
Contributor Author

waseem18 commented Jul 5, 2018

@sigmavirus24 @theacodes Could you please review this?

Thanks

@sigmavirus24 sigmavirus24 merged commit 9ee1937 into pypa:master Jul 14, 2018
@sigmavirus24
Copy link
Member

Perfect @waseem18

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.

3 participants