Skip to content

Commit f88abcc

Browse files
committed
🔥 remove python 2 tests
1 parent c548152 commit f88abcc

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.moban.d/CUSTOM_README.rst.jj2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ Given the following toml file, sample.toml:
1919

2020
You can do:
2121

22+
{% raw %}
2223
.. code-block:: bash
2324

2425
$ moban -c sample.toml "{{name}} made {{title}}"
2526
Templating {{owner.na... to moban.output
2627
Templated 1 file.
2728
$ cat moban.output
2829
Tom Preston-Werner made TOML Example
29-
30+
{% endraw %}
3031

3132
{% 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_anyconfig/_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

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ language: python
44
notifications:
55
email: false
66
python:
7-
- &pypy2 pypy2.7-6.0
8-
- &pypy3 pypy3.5-6.0
9-
- 3.8
107
- 3.7
118
- 3.6
12-
- 3.5
13-
- 2.7
9+
- 3.8
1410

1511
stages:
1612
- lint

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ Given the following toml file, sample.toml:
2626
2727
You can do:
2828

29-
.. code-block:: bash
3029

31-
$ moban -c sample.toml "moban-anyconfig mae "
30+
.. code-block:: bash
3231
32+
$ moban -c sample.toml "{{name}} made {{title}}"
33+
Templating {{owner.na... to moban.output
34+
Templated 1 file.
35+
$ cat moban.output
36+
Tom Preston-Werner made TOML Example
3337
3438
3539
Installation

0 commit comments

Comments
 (0)