We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203041b commit d414383Copy full SHA for d414383
Makefile
@@ -2,16 +2,5 @@ release:
2
umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
3
# twine upload dist/*
4
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
+test:
+ tox
0 commit comments