]> git.phdru.name Git - cookiecutter.git/history - project_template
CI: Require pip < 19.1 for Python 2.7 and 3.4
[cookiecutter.git] / project_template /
2019-02-03 Oleg BroytmanCI: Require pip < 19.1 for Python 2.7 and 3.4
2019-02-02 Oleg BroytmanBuild(release): Skip exiting files at PyPI
2019-02-01 Oleg BroytmanRequire tox < 3.1 to avoid basepython conflicts
2019-02-01 Oleg BroytmanPython 3.7
2019-02-01 Oleg BroytmanRequire pytest < 5.0 for Python 2.7
2019-02-01 Oleg BroytmanAdd release script
2018-08-21 Oleg BroytmanDrop support for Python 3.3
2018-05-25 Oleg BroytmanUpgrade: http://phdru.name -> https://phdru.name
2018-04-08 Oleg BroytmanStyle(setup.py): Reindent parameters
2018-04-04 Oleg BroytmanTests(tox): Require tox <= 2.9.1
2018-04-04 Oleg BroytmanCI(appveyor.yml): pip install --upgrade wheel
2018-04-01 Oleg BroytmanCI(appveyor.yml): Upgrade `pip` using `python -m pip`
2018-04-01 Oleg BroytmanCI(appveyor.yml): Clear `pip` cache with `remove-old...
2018-04-01 Oleg BroytmanCI(appveyor.yml): Build wheel on building a tag
2018-03-30 Oleg Broytmansetup.py: Add long_description_content_type
2018-03-29 Oleg Broytmansetup.py: Add `download_url`
2018-03-29 Oleg Broytmansetup.py: Add `project_urls`
2018-03-28 Oleg BroytmanUse setuptools instead of distutils
2018-03-28 Oleg Broytman2018 year
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2017-12-17 Oleg BroytmanTests(tox.ini): platform = linux
2017-12-17 Oleg BroytmanTests(tox.ini): Simplify [general]: run {[testenv]commands}
2017-12-11 Oleg BroytmanCI: Rename TOX_ENV -> TOXENV; execute tox (no need...
2017-12-11 Oleg BroytmanCI: Upgrade pip and setuptools
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_requires keyword
2017-10-06 Oleg BroytmanTests(CI): Explicitly list python versions at Travis CI
2017-08-20 Oleg BroytmanTests(CI): Reorder env vars in appveyor.yml
2017-08-19 Oleg BroytmanFix(setup): Fix platforms
2017-06-17 Oleg BroytmanUse ppu to cleanup pip cache
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove hard requirements from tox.ini to requirements.txt
2017-05-07 Oleg BroytmanMove requirements.txt to devscripts/
2017-04-30 Oleg BroytmanConvert README to reST
2017-04-30 Oleg BroytmanFix comment in appveyor.yml
2017-04-29 Oleg BroytmanFix mode for open at w32
2017-04-29 Oleg BroytmanFix tox.ini: add envs for Python 3.3, 3.5, 3.6
2017-04-29 Oleg BroytmanFix copy/paste error
2017-04-29 Oleg BroytmanFix development requirements: add pytest-cov and tox
2017-04-29 Oleg BroytmanAdd README.html for gitweb
2017-04-29 Oleg BroytmanMove get-commit-message.vim and mk-git-aliases to devsc...
2017-04-28 Oleg BroytmanAdd home/repo/tracker URLs
2017-04-28 Oleg BroytmanUse htdocs.path instead of absolute path
2017-04-28 Oleg BroytmanRun tests at Travis CI and AppVeyor
2017-04-18 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanAdd generic installation instructions
2017-04-15 Oleg BroytmanInclude tox.ini into sdist
2017-04-15 Oleg Broytman[Makefile] make docs
2017-04-15 Oleg BroytmanAdd rebuild script
2017-04-15 Oleg BroytmanAdd docs/news.rst
2017-04-15 Oleg Broytman[setup.py] Append {project} to URL
2017-04-15 Oleg BroytmanPython: 2.6, 2.7 and 3.3+
2017-04-15 Oleg Broytman2017
2017-04-15 Oleg BroytmanFix templates in setup.py
2017-04-15 Oleg Broytman[setup.cfg] Remove outdated ez_setup.py
2017-03-12 Oleg BroytmanRemove outdated upgrade-ezsetup
2017-03-12 Oleg BroytmanFix pip's --install-option: --compile is default and...
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-10-01 Oleg BroytmanSet toxworkdir to ~/.tox
2016-09-28 Oleg BroytmanIgnore coverage data and reports
2016-09-24 Oleg BroytmanRun flake8 from root to test docs and scripts
2016-09-24 Oleg BroytmanSimplify tox.ini: call pytest with the current python
2016-09-23 Oleg BroytmanFix copy/paste in .gitignore
2016-09-23 Oleg BroytmanExtend .gitignore
2016-09-21 Oleg BroytmanIgnore .cache and .tox directories only at the top
2016-09-21 Oleg BroytmanUse {project} as the placeholder
2016-09-20 Oleg BroytmanUse coverage and tox for testing
2016-09-20 Oleg BroytmanConvert tests from unittest to pytest
2016-09-20 Oleg BroytmanSet PYTHONPATH for tests
2016-09-11 Oleg Broytmangenapidocs: replace short options with long ones
2016-09-11 Oleg BroytmanRequire pytest for testing and Sphinx for docs
2016-09-11 Oleg BroytmanUse pytest for testing
2016-09-03 Oleg BroytmanUpdate get-commit-message.vim
2016-08-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias, tag.vim -> get...
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-07-31 Oleg BroytmanExclude ez_setup.py from flake8 tests
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-26 Oleg BroytmanFix a leftover from real code
2016-07-26 Oleg BroytmanFix flake8 warning
2016-07-22 Oleg Broytman2015 => 2016
2016-07-16 Oleg BroytmanUpdate: makefiles, sphinx docs, tests
2015-12-21 Oleg BroytmanInitial commit