Skip to content

Commit

Permalink
Fixed manifest build. Updated most tox items to run on python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Jun 15, 2020
1 parent edf32a3 commit c1e754b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ prune binder
graft scripts
# Test env
prune .tox

# Build files
prune .travis.yml
prune azure-pipelines.yml
exclude .travis.yml
exclude azure-pipelines.yml
58 changes: 29 additions & 29 deletions binder/cli-simple/simple_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"cell_type": "markdown",
"metadata": {
"papermill": {
"duration": 0.008268,
"end_time": "2020-03-31T22:13:45.530631",
"duration": 0.019085,
"end_time": "2020-06-15T00:38:19.879972",
"exception": false,
"start_time": "2020-03-31T22:13:45.522363",
"start_time": "2020-06-15T00:38:19.860887",
"status": "completed"
},
"tags": []
Expand All @@ -21,16 +21,16 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2020-03-31T22:13:45.571537Z",
"iopub.status.busy": "2020-03-31T22:13:45.565912Z",
"iopub.status.idle": "2020-03-31T22:13:45.573254Z",
"shell.execute_reply": "2020-03-31T22:13:45.568463Z"
"iopub.execute_input": "2020-06-15T00:38:19.895422Z",
"iopub.status.busy": "2020-06-15T00:38:19.894896Z",
"iopub.status.idle": "2020-06-15T00:38:19.896926Z",
"shell.execute_reply": "2020-06-15T00:38:19.897449Z"
},
"papermill": {
"duration": 0.02564,
"end_time": "2020-03-31T22:13:45.573471",
"duration": 0.009661,
"end_time": "2020-06-15T00:38:19.897597",
"exception": false,
"start_time": "2020-03-31T22:13:45.547831",
"start_time": "2020-06-15T00:38:19.887936",
"status": "completed"
},
"tags": [
Expand All @@ -47,16 +47,16 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2020-03-31T22:13:45.631535Z",
"iopub.status.busy": "2020-03-31T22:13:45.627605Z",
"iopub.status.idle": "2020-03-31T22:13:45.633788Z",
"shell.execute_reply": "2020-03-31T22:13:45.626311Z"
"iopub.execute_input": "2020-06-15T00:38:19.905246Z",
"iopub.status.busy": "2020-06-15T00:38:19.904797Z",
"iopub.status.idle": "2020-06-15T00:38:19.906324Z",
"shell.execute_reply": "2020-06-15T00:38:19.906762Z"
},
"papermill": {
"duration": 0.046538,
"end_time": "2020-03-31T22:13:45.634929",
"duration": 0.006814,
"end_time": "2020-06-15T00:38:19.906867",
"exception": false,
"start_time": "2020-03-31T22:13:45.588391",
"start_time": "2020-06-15T00:38:19.900053",
"status": "completed"
},
"tags": [
Expand All @@ -74,16 +74,16 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2020-03-31T22:13:45.745359Z",
"iopub.status.busy": "2020-03-31T22:13:45.731399Z",
"iopub.status.idle": "2020-03-31T22:13:45.780277Z",
"shell.execute_reply": "2020-03-31T22:13:45.756062Z"
"iopub.execute_input": "2020-06-15T00:38:19.914520Z",
"iopub.status.busy": "2020-06-15T00:38:19.914053Z",
"iopub.status.idle": "2020-06-15T00:38:19.916372Z",
"shell.execute_reply": "2020-06-15T00:38:19.915909Z"
},
"papermill": {
"duration": 0.104207,
"end_time": "2020-03-31T22:13:45.783570",
"duration": 0.00722,
"end_time": "2020-06-15T00:38:19.916452",
"exception": false,
"start_time": "2020-03-31T22:13:45.679363",
"start_time": "2020-06-15T00:38:19.909232",
"status": "completed"
},
"tags": []
Expand Down Expand Up @@ -120,20 +120,20 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.8.2"
},
"papermill": {
"duration": 2.644132,
"end_time": "2020-03-31T22:13:45.995934",
"duration": 0.823709,
"end_time": "2020-06-15T00:38:20.126604",
"environment_variables": {},
"exception": null,
"input_path": "binder/cli-simple/simple_input.ipynb",
"output_path": "binder/cli-simple/simple_output.ipynb",
"parameters": {
"msg": "Hello"
},
"start_time": "2020-03-31T22:13:43.351802",
"version": "2.0.0"
"start_time": "2020-06-15T00:38:19.302895",
"version": "2.1.1"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ basepython =
py36: python3.6
py37: python3.7
py38: python3.8
flake8: python3.6
manifest: python3.6
dist: python3.6
docs: python3.6
binder: python3.6
flake8: python3.8
manifest: python3.8
dist: python3.8
docs: python3.8
binder: python3.8
deps = .[dev]
commands = pytest -v --maxfail=2 --cov=papermill -W always {posargs}

0 comments on commit c1e754b

Please sign in to comment.