[Checkins] [zopefoundation/RestrictedPython] 1fdcdc: Extract isort to a separate tox environment.

GitHub noreply at github.com
Fri Nov 18 15:53:05 CET 2016


  Branch: refs/heads/separate-code-quality-checks
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 1fdcdc1df61682d1483b74749f96b65f3e9b69b8
      https://github.com/zopefoundation/RestrictedPython/commit/1fdcdc1df61682d1483b74749f96b65f3e9b69b8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  Extract isort to a separate tox environment.

There is no need to run its checks on each environment.


  Commit: 5193394aca235e67558d34ef40fa792384b3a5f2
      https://github.com/zopefoundation/RestrictedPython/commit/5193394aca235e67558d34ef40fa792384b3a5f2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M src/RestrictedPython/Eval.py
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/MutatingWalker.py
    M src/RestrictedPython/RCompile.py
    M src/RestrictedPython/RestrictionMutator.py
    M src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/Utilities.py
    M src/RestrictedPython/__init__.py
    M src/RestrictedPython/test_helper.py
    M src/RestrictedPython/tests/testREADME.py

  Log Message:
  -----------
  Imports sorted by isort to make the test happy.


  Commit: 75c375d9d605d89a084e7567166ce25fb54018f6
      https://github.com/zopefoundation/RestrictedPython/commit/75c375d9d605d89a084e7567166ce25fb54018f6
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Extract flake8 to a separate tox environment to run its tests only once.

It is not yet activated because there are way to many flake8 failures in this
package.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/bcd7771df6d0...75c375d9d605


More information about the checkins mailing list