Skip to content

Commit

Permalink
Simplified / cleaned up the Makefile to match Travis (just use tox)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed May 11, 2020
1 parent 203041b commit d414383
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,5 @@ release:
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
# twine upload dist/*

test :
python pycodestyle.py --testsuite testsuite

selftest :
python pycodestyle.py --statistics pycodestyle.py

doctest :
python pycodestyle.py --doctest

unittest :
python -m testsuite.test_all

alltest : test selftest doctest unittest
test:
tox

0 comments on commit d414383

Please sign in to comment.