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 f7f45a7 commit 603f951Copy full SHA for 603f951
Makefile
@@ -6,9 +6,9 @@ COVERAGE=coverage
6
COVERAGE_CONFIG=tests/coverage.rc
7
PEP8_CONFIG=tests/pep8.rc
8
MAIN_SOURCE=src/onelogin/saml2
9
-DEMOS=demo-django demo-flask
+DEMOS=demo-django demo-flask demo-tornado demo_pyramid
10
TESTS=tests/src/OneLogin/saml2_tests
11
-SOURCES=$(MAIN_SOURCE) $(DEMO) $(TESTS)
+SOURCES=$(MAIN_SOURCE) $(DEMOS) $(TESTS)
12
13
install-req:
14
$(PIP) install --upgrade 'setuptools<45.0.0'
0 commit comments