1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Update tox.

This commit is contained in:
William Ting
2016-04-28 22:44:27 -07:00
parent 5985ce604a
commit 0b184f3bf0
2 changed files with 26 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
pandoc -s -w markdown docs/header.md docs/install.md docs/body.md -o README.md
lint:
flake8:
@flake8 ./ --config=tox.ini
release: docs
@@ -41,6 +41,7 @@ tar:
test: lint
@find . -type f -iname "*.pyc" -delete
tox
tox -e flake8
test-fast:
@find . -type f -iname "*.pyc" -delete