Ryan P Kilby
a628a2dbce
Drop Django 1.10 support ( #5657 )
...
* Remove Django 1.10 from CI
* Remove Django 1.10 compat code
2018-07-06 12:14:31 +02:00
Daniel Hahler
b23cdaff4c
tox/pytest: move posargs, use -ra ( #6039 )
...
- tox: move {posargs} to the end, so that it can override previous
entries, e.g. `-ra` when `-rw` was used.
- pytest: add `-ra` to addopts: it is good to see a summary of skipped
and failed tests at the end.
2018-07-06 10:34:11 +02:00
Ryan P Kilby
0e10d32fb1
Add NotImplementedError to coverage exclusion ( #6057 )
2018-06-24 17:56:31 -04:00
Daniel Hahler
499533d219
Use [tool:pytest] header in setup.cfg ( #6045 )
2018-06-22 18:14:26 -04:00
Daniel Hahler
c17b4ad0d0
Include coverage for tests ( #5970 )
...
It is useful to see if tests itself are covered after all - missing
coverage there typically indicates dead/missed code paths.
This also uses `source=.` and includes (with run and report), to help
Codecov with reporting.
Ref: https://github.com/encode/django-rest-framework/pull/5956
2018-05-08 14:02:45 +01:00
Daniel Hahler
4527a753cd
Move pytest config to setup.cfg ( #5979 )
...
Also adds `testspath` to improve test collection performance.
2018-05-08 13:28:16 +01:00
Daniel Hahler
2854679f56
Upgrade isort ( #5817 )
...
* Fix isort
* runtests: add --diff to ISORT_ARGS
* requirements-codestyle: bump isort to 4.3.3
* isort: move config to setup.cfg
2018-02-14 20:12:14 +00:00
Jon Dufresne
da266fb864
Rename [wheel] section to [bdist_wheel] as the former is legacy
...
For additional details, see:
54ddbcc9ce/wheel/bdist_wheel.py (bdist_wheel.py-119)
:125
http://pythonwheels.com/
2017-11-03 17:40:14 -07:00
Ryan P Kilby
901657e7e8
Add banned imports to prevent standard json import
2017-09-25 09:08:20 +02:00
Daniel Hahler
89276e6cfc
Move flake8 config to setup.cfg
...
This allows for flake8 to pick it up when running it by itself.
2017-05-16 12:18:33 +02:00
Philippe Ombredanne
e476c222f9
Add LICENSE.md to the built wheel ( #4270 )
...
The wheel released on Pypi does not include the license file .
The way to do this is by updating the setup.cfg accordingly
2016-07-18 16:08:44 +01:00
George Hickman
4807e00bff
Set up wheel distribution support
2013-11-15 15:49:53 +00:00