summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Replace setup.py test with nose2Raphaël Barrois2021-03-021-1/+1
| | | | | | We can't use python -m unittest discover directly, as it mistakenly tries to import the source code of the Django test app without going through the setup_django module first.
* Move flake8 configuration to setup.cfgRaphaël Barrois2021-03-021-2/+2
|
* Move package metadata to setup.cfgRaphaël Barrois2021-03-021-1/+1
| | | | | | | Instead of relying on setup.py, use setup.cfg. Dev/doc requirements have been moved there as well, under the `doc` and `dev` extras.
* Enable zest.releaser.Raphaël Barrois2019-08-281-1/+4
| | | | Streamline the release process.
* Add `make help`.Raphaël Barrois2019-08-281-5/+53
|
* Rename the 'setup' Makefile target.Raphaël Barrois2019-08-261-1/+1
| | | | | | Using `make update` is closer to common patterns than `make install-deps`; it is also suitable to update the local development environment.
* Lint setup.py.Raphaël Barrois2019-08-241-1/+1
|
* Lint test code.Raphaël Barrois2019-08-241-2/+6
|
* Rearrange test suite.Raphaël Barrois2016-09-011-21/+18
| | | | | * Use tox * Add a full linting step
* Add support for Django 1.10Raphaël Barrois2016-09-011-1/+1
| | | | | | | | | | | | | | Stop coercing fields magically: >>> a = SomeModel() >>> a.version = '0.1.0' >>> a.version '0.1.0' >>> a.full_clean() >>> a.version Version('0.1.0') Closes #43, #45
* Update test targets.Raphaël Barrois2016-02-121-3/+3
| | | | Drop support for Django 1.4; go up to 1.9
* Fix coverage building.Raphaël Barrois2015-07-021-1/+4
|
* Switch to django-version-dependant install scheme.Raphaël Barrois2015-07-021-11/+36
| | | | Also update travis to use it.
* Normalize docs to docs/ (Closes #5).Raphaël Barrois2013-12-231-1/+1
| | | | | | Also normalize the package layout. Thanks @jdowner-gb & tleach for the report.
* Merge README and index.rst.Raphaël Barrois2013-03-221-1/+1
|
* Add a Makefile for easier test running.Raphaël Barrois2013-03-211-0/+28