summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change `make test` to use pytest version from venvMarcel Hellkamp2022-09-051-2/+2
|
* update makefile to use pytest instead of unittestclavedeluna2022-09-051-3/+3
|
* Transifex push/pull and updated makefileMarcel Hellkamp2020-12-311-2/+16
|
* Drop fapws3 and Python 3.5 support.Marcel Hellkamp2020-12-311-24/+3
| | | | | fapws3 is unmaintained for 3 years and breaks tests. Python 3.5 is end-of-life.
* Fix release steps in MakefileMarcel Hellkamp2019-12-011-3/+2
|
* Be more consistent about supporting Python 3.4 to 3.7Sebastian Pipping2019-07-101-4/+0
|
* Normalized test and build setupMarcel Hellkamp2018-10-251-34/+48
|
* Change coverage call in Makefile to use the python module and not the binary.Marcel Hellkamp2016-09-251-5/+5
|
* Coverage did not report ... now it doesOz N Tiram2016-09-021-2/+1
| | | | This makes the make command a bit more explicit
* Remove another reference to Python 2.6Oz N Tiram2016-08-281-1/+0
|
* Remove Python 2.6 from MakefileOz N Tiram2016-08-261-5/+2
|
* Remove 2.5 and 3.1 thingscassiobotaro2015-12-211-10/+2
|
* Translation tweaksMarcel Hellkamp2015-12-191-10/+1
|
* Using sphinx-intl for *.po generation.Marcel Hellkamp2015-12-131-3/+4
|
* Tests cleanup so tehy run in PyCharm.Marcel Hellkamp2015-11-281-0/+10
|
* Add make command for running tests on py35Steven Loria2015-11-141-0/+3
|
* Fixed doc translation workflow.Marcel Hellkamp2015-03-241-1/+1
| | | | | | | | | The update.sh script is useful as long as sphinx-intl is not part of debian. The makefile had an shell string bug. '$var' != "$var" Sphinx doctrees should not be part of the git repository. And there was a print left in docs/conf.py as well as an import error. Importing the correct version of bottle (and not the system installed one) is important to get the correct docstrings for the API documentation.
* added comments on make docsThiago Avelino2015-01-221-0/+3
|
* upgrade make docs for all languagesThiago Avelino2015-01-221-1/+5
|
* Fixed wheel distribution supportMarcel Hellkamp2014-10-021-1/+1
|
* Added python 3.4 to testsMarcel Hellkamp2014-04-291-1/+4
|
* Removed sphinx templates and files.Marcel Hellkamp2013-05-301-1/+1
| | | | | To build the docs as seen on bottlepy.org, use the bottlepy.org git repository.
* Added 'make coverage'Marcel Hellkamp2013-05-221-1/+9
|
* Speed up make cleanMarcel Hellkamp2013-05-211-2/+2
|
* Added __pycache__ to make cleanMarcel Hellkamp2013-05-211-0/+1
|
* Fixed release rule in Makefile and added test_33Marcel Hellkamp2012-10-171-3/+6
|
* Makefile: A release always pushes to public repository now.Marcel Hellkamp2012-10-111-1/+5
|
* Fixing release target in Makefile.Marcel Hellkamp2011-12-231-2/+3
|
* Removed 2to3 code and documentation.Marcel Hellkamp2011-11-251-18/+4
| | | | Started to port the test cases.
* Fixed Makefile target: releaseMarcel Hellkamp2011-11-151-1/+2
|
* Added "make release" because I am lazy ;)Marcel Hellkamp2011-06-241-12/+6
|
* fix: 'make clean' should not prompt.Marcel Hellkamp2011-04-231-1/+1
|
* Makefile now uses full path to testcases.Marcel Hellkamp2011-04-071-3/+5
|
* docs: Moved files from "apidoc" to "docs" to make readthedocs.org happy.Marcel Hellkamp2011-03-191-1/+1
|
* Typ in MANIFEST.in and small addition to Makefile (clean).Marcel Hellkamp2011-01-241-1/+1
|
* Updated makefiles. All output is now in build/... including sphinx-builds, ↵Marcel Hellkamp2011-01-241-9/+45
| | | | 2to3 and others.
* Fixed `make docs`. HTML output is moved to build/docs.David Buxton2010-07-201-3/+3
|
* Added 'docs' command to makefile.Marcel Hellkamp2010-07-091-1/+7
|
* Added makefileMarcel Hellkamp2010-07-051-0/+21