Skip to content

Commit

Permalink
🔥 limit the potential unit test holder for 3.8 only. let's not waste …
Browse files Browse the repository at this point in the history
…travis ci resources
  • Loading branch information
chfw committed Jan 14, 2020
1 parent fdc24f6 commit 11cfb01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets:
- "test.sh": test.script.jj2
- "pypi_mobans_pkg/_version.py": "_version.py.jj2"
- .gitignore: gitignore.jj2
- .travis.yml: travis.yml.jj2
- .travis.yml: custom_travis.yml.jj2
- output: "CHANGELOG.rst"
configuration: changelog.yml
template: CHANGELOG.rst.jj2
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ language: python
notifications:
email: false
python:
- &pypy2 pypy2.7-6.0
- &pypy3 pypy3.5-6.0
- 3.8
- 3.7
- 3.6
- 3.5
- 2.7

stages:
- lint
Expand Down

0 comments on commit 11cfb01

Please sign in to comment.