We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30deecd commit e0a4b92Copy full SHA for e0a4b92
tox.ini
@@ -60,21 +60,27 @@ commands =
60
deps = .[test]
61
62
[testenv:flake8]
63
-basepython = python
+basepython = python3
64
+skipdist = true
65
+skip_install = true
66
deps =
67
flake8
68
flake8-future-import
69
commands = flake8
70
71
[testenv:pylint]
72
basepython = python3
73
74
75
76
pylint==2.3.1
77
commands =
78
python -m pylint --rcfile=.pylintrc -j 0 src/sagemaker
79
80
[testenv:twine]
81
82
83
84
# twine check was added starting in 1.12.0
85
# https://github.com/pypa/twine/blob/master/docs/changelog.rst
86
0 commit comments