Skip to content

Commit

Permalink
Housekeeping - Fix tests - Merge #156 from isogeo/housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 7, 2020
2 parents 0857cbc + 3c25730 commit 6074e82
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 855 deletions.
16 changes: 16 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
code art:
- .pre-commit-config.yaml
- setup.cfg

dependencies:
- requirements*.txt

documentation:
- .readthedocs.yml
- docs/**/*
- isogeo_pysdk/samples/**/*
- README.md

CI CD:
- .github/**/*
- azure-pipelines.yml
11 changes: 11 additions & 0 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Pull Request Labeler"
on:
- pull_request

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"--verbose"
],
"python.linting.pylintEnabled": true,
"python.pythonPath": "C:\\Users\\JulienMOURA\\.virtualenvs\\isogeo-api-py-minsdk-2lcBsEkK\\Scripts\\python.exe",
"python.pythonPath": "${workspaceFolder}/.venv/Scripts/python.exe",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"-c",
Expand Down
32 changes: 0 additions & 32 deletions Pipfile

This file was deleted.

0 comments on commit 6074e82

Please sign in to comment.