Don't test with flake8 in 'make test'.

pull/51/head
Christian T. Jacobs 2016-01-27 18:12:26 +00:00
rodzic f24cb30c82
commit 7d68b0aa73
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -30,9 +30,6 @@ docs:
cd docs; make html; cd ..
test:
echo "*** Running flake8"
flake8 pyqso
flake8 bin
echo "*** Running the unit tests"
python3 -m unittest discover --start-directory=pyqso --pattern=*.py --verbose