add tox and fix poetry

This commit is contained in:
Istvan Ruzman
2020-08-17 09:11:57 +02:00
parent b827713875
commit ba131f3741
3 changed files with 33 additions and 12 deletions

View File

@@ -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 = ''