summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2016-08-25 08:10:10 -0700
committerTim Bielawa <tbielawa@redhat.com>2016-08-25 08:19:50 -0700
commit753d19bfafd1881cf16e4bb3b7623ec19262ff21 (patch)
tree17d9157e35b93fc77aff3db4d3f2d38dda8b9878 /utils
parent95701e6228807981ce4512841085648e33be4ada (diff)
downloadopenshift-753d19bfafd1881cf16e4bb3b7623ec19262ff21.tar.gz
openshift-753d19bfafd1881cf16e4bb3b7623ec19262ff21.tar.bz2
openshift-753d19bfafd1881cf16e4bb3b7623ec19262ff21.tar.xz
openshift-753d19bfafd1881cf16e4bb3b7623ec19262ff21.zip
Enable PEP8 tests by default in the 'make ci' target now
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/utils/Makefile b/utils/Makefile
index b1a3874ae..dd0b5cdd0 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -75,15 +75,7 @@ ci-pep8:
@echo "#############################################"
@echo "# Running PEP8 Compliance Tests in virtualenv"
@echo "#############################################"
- @echo "Skipping PEP8 tests until we clean them up"
-# . $(NAME)env/bin/activate && pep8 --ignore=E501,E121,E124 src/$(SHORTNAME)/
-
-ci-pep8-real:
- @echo "#############################################"
- @echo "# Running PEP8 Compliance Tests in virtualenv"
- @echo "#############################################"
. $(NAME)env/bin/activate && pep8 --ignore=E501,E121,E124 src/$(SHORTNAME)/
-
-ci: clean virtualenv ci-list-deps ci-pylint ci-pep8 ci-unittests ci-pyflakes
+ci: clean virtualenv ci-list-deps ci-pep8 ci-pylint ci-pyflakes ci-unittests
: