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

Python37 #885

Merged
merged 5 commits into from
Sep 20, 2018
Merged

Python37 #885

merged 5 commits into from
Sep 20, 2018

Conversation

cgoldberg
Copy link
Member

This PR adds Python 3.7 support

@cgoldberg
Copy link
Member Author

Travis CI slave doesn't have 3.7 installed

@@ -3,6 +3,8 @@ language: python
cache: pip
matrix:
include:
- python: 3.7
Copy link
Member

Choose a reason for hiding this comment

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

@cgoldberg You can get travis to run this via something like:

  include:
    - python: 3.7
      env: TOXENV=py37
      dist: xenial
      sudo: true

@codecov
Copy link

codecov bot commented Sep 18, 2018

Codecov Report

Merging #885 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #885   +/-   ##
=======================================
  Coverage   66.55%   66.55%           
=======================================
  Files          14       14           
  Lines        1438     1438           
  Branches      226      226           
=======================================
  Hits          957      957           
  Misses        430      430           
  Partials       51       51

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 c153a01...2779f7f. Read the comment docs.

@mbeacom
Copy link
Member

mbeacom commented Sep 19, 2018

@cgoldberg It should pass if you add sudo: true to the py37 travis matrix - https://travis-ci.org/mbeacom/locust/jobs/430394601

@cgoldberg
Copy link
Member Author

@mbeacom thanks! merging this now

@cgoldberg cgoldberg merged commit 2ba8e44 into master Sep 20, 2018
@mbeacom mbeacom deleted the python37 branch September 21, 2018 01:18
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