Skip to content

Commit 603f951

Browse files
committed
Fix typos in makefile causing demos to be ignored by lint
1 parent f7f45a7 commit 603f951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ COVERAGE=coverage
66
COVERAGE_CONFIG=tests/coverage.rc
77
PEP8_CONFIG=tests/pep8.rc
88
MAIN_SOURCE=src/onelogin/saml2
9-
DEMOS=demo-django demo-flask
9+
DEMOS=demo-django demo-flask demo-tornado demo_pyramid
1010
TESTS=tests/src/OneLogin/saml2_tests
11-
SOURCES=$(MAIN_SOURCE) $(DEMO) $(TESTS)
11+
SOURCES=$(MAIN_SOURCE) $(DEMOS) $(TESTS)
1212

1313
install-req:
1414
$(PIP) install --upgrade 'setuptools<45.0.0'

0 commit comments

Comments
 (0)