Skip to content

Commit 6f6d3ec

Browse files
committed
break purplship into submodules
1 parent 133040a commit 6f6d3ec

File tree

275 files changed

+287
-2259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

275 files changed

+287
-2259
lines changed

.DS_Store

6 KB
Binary file not shown.
Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: PuprlShip Core Package
4+
name: PuprlShip
55

66
on: [push]
77

@@ -19,19 +19,9 @@ jobs:
1919
uses: actions/setup-python@v1
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- name: Install dependencies
22+
- name: Install and Run tests
2323
run: |
24-
python -m pip install --upgrade pip
25-
pip install -r requirements.dev.txt
26-
pip install -r requirements.txt
27-
pip install coverage
28-
pip install codecov
29-
pip install .
30-
- name: Test with Python unittest
31-
run: |
32-
coverage run --include='purplship/*' -m unittest -v -f
33-
mypy purplship/ --no-strict-optional --no-warn-return-any --no-warn-unused-configs
34-
coverage report -m
35-
codecov
36-
env:
37-
CODECOV_TOKEN: f86de243-0032-429c-9fd2-254728e648e1
24+
source ./script.sh
25+
init &&
26+
typecheck &&
27+
test

README.md

Lines changed: 2 additions & 3 deletions

VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2020.5.1

extensions/.DS_Store

6 KB
Binary file not shown.

extensions/canadapost/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.

purplship/carriers/canadapost/__init__.py renamed to extensions/canadapost/purplship/carriers/canadapost/__init__.py

File renamed without changes.

purplship/carriers/canadapost/error.py renamed to extensions/canadapost/purplship/carriers/canadapost/error.py

File renamed without changes.

purplship/carriers/canadapost/rating.py renamed to extensions/canadapost/purplship/carriers/canadapost/rating.py

File renamed without changes.

0 commit comments

Comments
 (0)