Skip to content

Commit

Permalink
💚 fix moban task on travis-ci. and hook on pypi-mobans-pkg 0.0.12 as …
Browse files Browse the repository at this point in the history
…extra package
  • Loading branch information
chfw committed Jan 14, 2020
1 parent 203ebfa commit af1e37e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

PACKAGES = find_packages(exclude=["ez_setup", "examples", "tests", "tests.*"])
EXTRAS_REQUIRE = {
"pypi-mobans": ['pypi-mobans-pkg==0.0.9'],
"pypi-mobans": ['pypi-mobans-pkg==0.0.12'],
":python_version == '3.4'": ["ruamel.yaml>=0.15.5,<=0.15.94"],
":python_version == '3.7'": ["ruamel.yaml>=0.15.42"],
":python_version != '3.4' and python_version < '3.7'": ["ruamel.yaml>=0.15.5"],
Expand Down
24 changes: 0 additions & 24 deletions tests/fixtures/project_templating/test-me/.moban.yml

This file was deleted.

2 changes: 0 additions & 2 deletions tests/fixtures/project_templating/test-me/test_me/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion yehua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
- moban>=0.6.0
extra_dependencies:
- pypi-mobans:
- pypi-mobans-pkg==0.0.10
- pypi-mobans-pkg==0.0.12
description: An interactive command line tool to provide a default scaffolding for a python package.

0 comments on commit af1e37e

Please sign in to comment.