Skip to content

Commit 11cfb01

Browse files
committed
🔥 limit the potential unit test holder for 3.8 only. let's not waste travis ci resources
1 parent fdc24f6 commit 11cfb01

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.moban.yml

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

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ language: python
44
notifications:
55
email: false
66
python:
7-
- &pypy2 pypy2.7-6.0
8-
- &pypy3 pypy3.5-6.0
97
- 3.8
10-
- 3.7
11-
- 3.6
12-
- 3.5
13-
- 2.7
148

159
stages:
1610
- lint

0 commit comments

Comments
 (0)