Samir Shah
|
3f67ce9b76
|
Apply isort fixes on the whole project.
|
il y a 5 ans |
Samir Shah
|
349ae18be2
|
Reduce maximum line length in flake8 config to 119 characters.
|
il y a 6 ans |
Samir Shah
|
bf1a989a4d
|
Remove config for generating universal py2/py3 packages.
|
il y a 7 ans |
Michael van Tellingen
|
28ea962ab6
|
Rename all tests files from *_tests.py to test_*.py
Better to use filenames which are commonly used in the python word then
custom ones.
|
il y a 8 ans |
Michael van Tellingen
|
7660b8535b
|
Remove the `oscar.core.logging.handlers.EnvFileHandler``.
Deprecated in 1.4
|
il y a 8 ans |
Michael van Tellingen
|
a522060f38
|
Ignore some warning from thirdparty libs
|
il y a 8 ans |
Michael van Tellingen
|
aafcc8a901
|
flake8
|
il y a 8 ans |
Michael van Tellingen
|
e290b422fd
|
Fix the `make lint` command.
The flake8 directive was specified in tox.ini and setup.cfg while only
one is used. Also remove the lint.sh script and move the code to the
Makefile.
|
il y a 8 ans |
Michael van Tellingen
|
136d398cfc
|
Remove --nomigrations from py.test default options
|
il y a 8 ans |
Michael van Tellingen
|
694ed43e62
|
Update pytest packages
|
il y a 9 ans |
Michael van Tellingen
|
a9cc49dee4
|
Run source through isort
This also adds isort settings.
|
il y a 9 ans |
Maik Hoepfel
|
ddf404bff0
|
Change allowed line length to 99 chars
The impromptu DjangoCon gathering decided it's a good idea.
|
il y a 10 ans |
Michael van Tellingen
|
130ba4c0bf
|
Use pytest as testrunner instead of nose
|
il y a 10 ans |
Michael van Tellingen
|
baec2ab325
|
Make test configuration pytest compatible
|
il y a 10 ans |
Maik Hoepfel
|
334a238db7
|
Mark Oscar as a universal wheel
Starting with 0.8, we'll also upload a wheel to PyPi. The setup.cfg file
marks it as being compatible with both Python 2 and 3 at the same time.
|
il y a 10 ans |