add tox and fix poetry
This commit is contained in:
@@ -5,6 +5,8 @@ pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
nixfmt
|
||||
pkgs.python37
|
||||
pkgs.python38
|
||||
pkgs.python3
|
||||
pkgs.python3Packages.coveralls
|
||||
pkgs.python3Packages.black
|
||||
@@ -16,6 +18,7 @@ pkgs.mkShell {
|
||||
pkgs.python3Packages.pytest-isort
|
||||
pkgs.python3Packages.pytest-mypy
|
||||
pkgs.python3Packages.pytest-pylint
|
||||
pkgs.python3Packages.tox
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user