Skip to content

Commit

Permalink
housekeeping dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 30, 2019
1 parent 1a642ab commit 99bc1a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"python.dataScience.enabled": false,
"python.envFile": "${workspaceFolder}/dev.env",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--target-version=py36"],
"python.formatting.blackArgs": ["--target-version=py37"],
"python.jediEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": [
"--ignore=E24,E265,E501,W504",
"--verbose"
],
"python.linting.pylintEnabled": true,
"python.pythonPath": ".venv_tests\\Scripts\\python.exe",
"python.pythonPath": "C:\\Users\\JulienMOURA\\.virtualenvs\\isogeo-api-py-minsdk-2lcBsEkK\\Scripts\\python.exe",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"-c",
Expand All @@ -27,8 +27,5 @@
"-p",
"test_*.py"
],
"restructuredtext.confPath": "${workspaceFolder}\\docs",
"travis.username": "isogeo",
"travis.repository": "isogeo-api-py-minsdk",
"travis.statusPollingInterval": 300,
"restructuredtext.confPath": "${workspaceFolder}\\docs"
}
5 changes: 0 additions & 5 deletions codecov.yml

This file was deleted.

0 comments on commit 99bc1a7

Please sign in to comment.