Skip to content

Commit 1d662ea

Browse files
committed
🔥 remove python 3.6 below tests
1 parent 8a77dfb commit 1d662ea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.moban.d/custom_travis.yml.jj2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends 'travis.yml.jj2' %}
2+
3+
4+
{%block custom_python_versions%}
5+
python:
6+
- 3.7
7+
- 3.6
8+
- 3.8
9+
{%endblock%}

.moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets:
1414
- test.bat: test.script.jj2
1515
- "moban_jinja2_github/_version.py": "_version.py.jj2"
1616
- .gitignore: gitignore.jj2
17-
- .travis.yml: travis.yml.jj2
17+
- .travis.yml: custom_travis.yml.jj2
1818
- Pipfile: Pipfile.jj2
1919
- output: CHANGELOG.rst
2020
configuration: changelog.yml

0 commit comments

Comments
 (0)