Skip to content

Commit

Permalink
Use py3.7 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Feb 24, 2019
1 parent 20ef5b8 commit 258efde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ They get called by different ``mrbob hooks``, like ``pre_render``, ``post_render


Standalone templates
=====================
====================

Standalone templates are normal templates for mrbob, which are meant to live standalone and are not depending on any other template.

Examples are the ``buildout`` and ``addon`` templates. For details see the documentation of the mrbob package.


Sub-templates
============
=============

Sub-templates are templates which are living inside an existing package created by a standalone template like the ``addon`` template.
These templates extend the existing standalone template structure by new features like a ``theme`` or a ``content_type``.
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist =
lint-py27,
lint-py36,
py{27,36}-packagetests,
lint-py37,
py{27,37}-packagetests,
py{27}-skeletontests-Plone-{4.3,5.0,5.1}-template-addon
py{27}-skeletontests-Plone-{4.3,5.0,5.1}-template-addon_content_type
py{36}-skeletontests-Plone-{5.2}-template-addon_content_type
Expand All @@ -27,7 +27,7 @@ extras =

basepython:
py27: python2.7
py36: python3.6
py37: python3.7
# pypy: pypy

commands =
Expand Down Expand Up @@ -148,8 +148,8 @@ deps = {[lint]deps}
commands = {[lint]commands}
whitelist_externals = {[lint]whitelist_externals}

[testenv:lint-py36]
basepython = python3.6
[testenv:lint-py37]
basepython = python3.7
skip_install = true
deps = {[lint]deps}
commands = {[lint]commands}
Expand Down

0 comments on commit 258efde

Please sign in to comment.