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

Update tox to 2.7.0 #2

Merged
merged 1 commit into from
Apr 23, 2017
Merged

Update tox to 2.7.0 #2

merged 1 commit into from
Apr 23, 2017

Conversation

pyup-bot
Copy link
Contributor

There's a new version of tox available.
You are currently using 2.6.0. I have updated it to 2.7.0

These links might come in handy: PyPI | Changelog | Docs

Changelog

2.7.0


  • p450: Stop after the first installdeps and first testenv create hooks
    succeed. This changes the default behaviour of tox_testenv_create
    and tox_testenv_install_deps to not execute other registered hooks when
    the first hook returns a result that is not None.
    Thanks Anthony Sottile (asottile).
  • 271 and 464: Improve environment information for users.

New command line parameter: -a show all defined environments -
not just the ones defined in (or generated from) envlist.

New verbosity settings for -l and -a: show user defined descriptions
of the environments. This also works for generated environments from factors
by concatenating factor descriptions into a complete description.

Note that for backwards compatibility with scripts using the output of -l
it's output remains unchanged.

Thanks Gábor Bernát (gaborbernat).

  • 464: Fix incorrect egg-info location for modified package_dir in setup.py.
    Thanks Selim Belhaouane (selimb).
  • 431: Add 'LANGUAGE' to default passed environment variables.
    Thanks Paweł Adamczak (pawalad).
  • 455: Add a Vagrantfile with a customized Arch Linux box for local testing.
    Thanks Oliver Bestwalter (obestwalter).
  • 454: Revert 407, empty commands is not treated as an error.
    Thanks Anthony Sottile (asottile).
  • 446: (infrastructure) Travis CI tests for tox now also run on OS X now.
    Thanks Jason R. Coombs (jaraco).

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@codecov
Copy link

codecov bot commented Apr 23, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   98.86%   98.86%           
=======================================
  Files           4        4           
  Lines         176      176           
  Branches       20       20           
=======================================
  Hits          174      174           
  Misses          1        1           
  Partials        1        1

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 4e520ca...a979196. Read the comment docs.

@fgmacedo fgmacedo merged commit 0c27e62 into master Apr 23, 2017
@fgmacedo fgmacedo deleted the pyup-update-tox-2.6.0-to-2.7.0 branch April 23, 2017 21:12
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.

None yet

2 participants