We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a77dfb commit 1d662eaCopy full SHA for 1d662ea
.moban.d/custom_travis.yml.jj2
@@ -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
@@ -14,7 +14,7 @@ targets:
14
- test.bat: test.script.jj2
15
- "moban_jinja2_github/_version.py": "_version.py.jj2"
16
- .gitignore: gitignore.jj2
17
- - .travis.yml: travis.yml.jj2
+ - .travis.yml: custom_travis.yml.jj2
18
- Pipfile: Pipfile.jj2
19
- output: CHANGELOG.rst
20
configuration: changelog.yml
0 commit comments