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

Simplify tox config, drop python 3.3 & django 1.8 #787

Merged
merged 2 commits into from
Oct 17, 2017

Conversation

rpkilby
Copy link
Collaborator

@rpkilby rpkilby commented Oct 10, 2017

A couple of simplifications in the tox config here:

  • there isn't a need to specify a 'restframework' factor, as we only test against the latest version
  • no need for a verbose latest, since we're testing the latest versions of each package
  • dropped python 3.3 * django 1.8, as DRF 3.7 no longer supports them.

@codecov-io
Copy link

codecov-io commented Oct 10, 2017

Codecov Report

Merging #787 into develop will decrease coverage by 0.49%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #787     +/-   ##
==========================================
- Coverage    98.36%   97.86%   -0.5%     
==========================================
  Files           15       15             
  Lines         1220     1220             
==========================================
- Hits          1200     1194      -6     
- Misses          20       26      +6
Impacted Files Coverage Δ
django_filters/compat.py 71.42% <0%> (-14.29%) ⬇️

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 978e9ef...f9da6ff. Read the comment docs.

@carltongibson carltongibson merged commit 91205ea into carltongibson:develop Oct 17, 2017
@carltongibson carltongibson added this to the Version 1.1 milestone Oct 17, 2017
@rpkilby rpkilby deleted the update-deps branch October 17, 2017 14:42
carltongibson pushed a commit that referenced this pull request Oct 19, 2017
* Simplify tox conf, drop python 3.3 & django 1.8

* Update version support in docs
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