Skip to content

Commit d414383

Browse files
committed
Simplified / cleaned up the Makefile to match Travis (just use tox)
1 parent 203041b commit d414383

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Makefile

+2-13
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,5 @@ release:
22
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
33
# twine upload dist/*
44

5-
test :
6-
python pycodestyle.py --testsuite testsuite
7-
8-
selftest :
9-
python pycodestyle.py --statistics pycodestyle.py
10-
11-
doctest :
12-
python pycodestyle.py --doctest
13-
14-
unittest :
15-
python -m testsuite.test_all
16-
17-
alltest : test selftest doctest unittest
5+
test:
6+
tox

0 commit comments

Comments
 (0)