Skip to content

Commit f13c4c5

Browse files
Add mxmake and mxdev for creating an instance and test using pip.
This is part of plone/Products.CMFPlone#3670 This combines three PRs: * #903 * #931 * #932 See `README-make.md` for instructions.
1 parent 0dd1de0 commit f13c4c5

12 files changed

+992
-40
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
/documentation
2222
/etc
2323
/experimental/develop/
24+
/instance/
2425
/pyvenv.cfg
2526
/instance
2627
bin
28+
constraints-mxdev.txt
2729
coverage/
2830
develop-eggs
2931
downloads
@@ -42,10 +44,12 @@ packages
4244
parts
4345
pip-selfcheck.json
4446
report/
47+
requirements-mxdev.txt
4548
src
4649
temp_resources
4750
var
4851
versions.html
4952
/venv/
53+
/venvs/
5054
/share/
5155
__pycache__

0 commit comments

Comments
 (0)