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 fdc24f6 commit 11cfb01Copy full SHA for 11cfb01
.moban.yml
@@ -14,7 +14,7 @@ targets:
14
- "test.sh": test.script.jj2
15
- "pypi_mobans_pkg/_version.py": "_version.py.jj2"
16
- .gitignore: gitignore.jj2
17
- - .travis.yml: travis.yml.jj2
+ - .travis.yml: custom_travis.yml.jj2
18
- output: "CHANGELOG.rst"
19
configuration: changelog.yml
20
template: CHANGELOG.rst.jj2
.travis.yml
@@ -4,13 +4,7 @@ language: python
4
notifications:
5
email: false
6
python:
7
- - &pypy2 pypy2.7-6.0
8
- - &pypy3 pypy3.5-6.0
9
- 3.8
10
- - 3.7
11
- - 3.6
12
- - 3.5
13
- - 2.7
stages:
- lint
0 commit comments