Skip to content

Commit

Permalink
修travis上傳pypi。
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 committed Jul 7, 2023
1 parent 367b740 commit 0b9d66c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ branches:
- /\d+\.\d+\.\d+/
install:
- pip install tox python-coveralls
after_success:
- coverage report
- coveralls
jobs:
include:
- stage: flake8
Expand All @@ -23,6 +20,9 @@ jobs:
- name: "testTsingHap"
before_script: tox -e build
script: tox -e testTsingHap
after_success:
- coverage report
- coveralls
- name: "testDjangoCheckmigration"
before_script: tox -e build
script: tox -e checkmigration
Expand All @@ -33,7 +33,6 @@ jobs:
install: skip
before_script: skip
script: skip
after_success: skip
deploy:
provider: pypi
skip_cleanup: true
Expand Down

0 comments on commit 0b9d66c

Please sign in to comment.