diff --git a/makefile b/makefile index 21e21192..1dcca716 100644 --- a/makefile +++ b/makefile @@ -100,6 +100,8 @@ init: pytest: $(testNative) tests/tables.pkl tests/test_idempotent.native python3 -m pytest -vv --cov=pantable tests +pytest2: $(testNative) tests/tables.pkl tests/test_idempotent.native + python2 -m pytest -vv --cov=pantable tests pytestLite: python3 -m pytest -vv --cov=pantable tests %.pkl: %.md @@ -127,6 +129,10 @@ autopep8: autopep8Aggressive: autopep8 . --recursive --in-place --pep8-passes 2000 --verbose --aggressive --aggressive +# pasteurize +past: + pasteurize -wnj 4 . + # cleanup markdown cleanup: style normalize ## Normalize white spaces: