Skip to content

Commit

Permalink
make: add pytest2, past
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Jan 13, 2017
1 parent 3600689 commit 4b5c45d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions makefile
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4b5c45d

Please sign in to comment.