Skip to content

Commit

Permalink
Merge branch 'master' into fix_isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 20, 2017
2 parents ee567cb + 6b5bbeb commit 037532c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -5,7 +5,7 @@ RestrictedPython
RestrictedPython is a tool that helps to define a subset of the Python language which allows to provide a program input into a trusted environment.
RestrictedPython is not a sandbox system or a secured environment, but it helps to define a trusted environment and execute untrusted code inside of it.

For full documentation please see  http://restrictedpython.readthedocs.io/ or the local ``docs/index``.
For full documentation please see http://restrictedpython.readthedocs.io/ or the local ``docs/index``.

Example
=======
Expand Down
8 changes: 6 additions & 2 deletions docs/CHANGES.rst
Expand Up @@ -4,15 +4,19 @@ Changes
4.0a3 (unreleased)
------------------

- Update Configurations to give better feedback and helpful reports.
- Fix install problem caused by an invisible non-ASCII character in
`README.rst`.

- Update configurations to give better feedback and helpful reports.



4.0a2 (2017-05-26)
------------------

- Modified README and setup.py to provide a better desciption test for PyPI.
[loechel]

- Drop support for long-deprecated ``sets`` module.
[tseaver]

Expand Down
11 changes: 3 additions & 8 deletions tox.ini
@@ -1,6 +1,5 @@
[tox]
envlist =
coverage-clean,
py27,
py27-datetime,
py27-rp3,
Expand All @@ -12,7 +11,7 @@ envlist =
docs,
isort,
flake8,
coverage-report,
coverage,

skip_missing_interpreters = False

Expand Down Expand Up @@ -57,19 +56,15 @@ deps =
zope.testrunner
coverage

[testenv:coverage-clean]
deps = coverage
skip_install = true
commands = coverage erase

[testenv:coverage-report]
[testenv:coverage]
basepython = python2.7
deps = coverage
setenv =
COVERAGE_FILE=.coverage

skip_install = true
commands =
coverage erase
coverage combine
coverage html
coverage xml
Expand Down

0 comments on commit 037532c

Please sign in to comment.